DEV Community

Vilius
Vilius

Posted on

Help wanted: validate a configurable SharePoint list SPFx sample

Help wanted: validate a configurable SharePoint list SPFx sample

I have opened a new SharePoint Framework sample for a read-only, configurable list and records browser:

Pull request: https://github.com/pnp/sp-dev-fx-webparts/pull/6476

The sample targets common SMB/SME data-view scenarios without reimplementing SharePoint’s editing experience. It uses React 17, Fluent UI v9, PnPjs v4, and SPFx 1.23.2.

What the sample does

  • Configures a SharePoint list title and visible internal fields.
  • Uses explicit PnPjs $select/$expand queries and bounded pages.
  • Supports text, number, currency, date, Boolean, choice, hyperlink, and person fields.
  • Provides sorting, bounded paging, optional search, responsive table/card views, safe links, and native item-form links.
  • Includes loading, empty, retry, permission, throttling, generic error, keyboard, and accessible status states.
  • Keeps the MVP read-only: no create, edit, delete, attachments, bulk actions, or custom query language.

Help needed

Could someone with access to a SharePoint Online tenant please try the sample and report back on:

  1. Configuring it against a small ordinary list.
  2. Field discovery and supported field rendering.
  3. Sorting, search, paging, empty results, and error/retry behavior.
  4. Permission handling and narrow-viewport rendering.
  5. Keyboard operation and safe item links.
  6. One or two representative screenshots for the README.

Dummy data is fine. Please remove or blur tenant names, site URLs, user names, record details, and all other sensitive information before sharing screenshots.

The code builds and tests locally, but I do not currently have a tenant available for end-to-end validation. Tenant feedback and screenshots would materially help complete the pull request.

Thank you to anyone who can spare the time to test it.

sharepoint #spfx #opensource #react

Top comments (0)