feat: add React configurable list sample - #6476
Conversation
Validation failed!File: samples/react-configurable-list/assets/sample.json
|
|
Hi maintainers and community 👋 Could someone with access to a SharePoint Online tenant help validate this sample and capture one or two representative screenshots? This is a read-only, configurable SharePoint list and records browser. Helpful checks would be:
Dummy data is completely fine. Please remove or blur tenant names, site URLs, user names, record details, and any other sensitive information before posting screenshots. The sample builds and tests locally, but I do not currently have a tenant available for end-to-end validation. Any observations about setup, permissions, filtering, paging, and usability would greatly help complete the pull request. Thank you! |
Sample PR validation for #6476
|
| Validation | Status |
|---|---|
| Pull request affects only one folder | ✅ Succeeded |
| Sample folder name follows naming convention | ✅ Succeeded |
| README.md contains visitor stat image | ✅ Succeeded |
| Sample requires a .nvmrc file | ✅ Succeeded |
| Sample requires a README.md | ✅ Succeeded |
| Sample requires a screenshot .png in assets folder | |
| No .sppkg file | ✅ Succeeded |
| No node_modules folder | ✅ Succeeded |
| No lib folder | ✅ Succeeded |
| No upgrade reports | ✅ Succeeded |
@vystartasv please address the above issues and push new changes to this branch.
For more information, see the contribution guidance.
Sample PR validation for #6476
|
| Validation | Status |
|---|---|
| Pull request affects only one folder | ✅ Succeeded |
| Sample folder name follows naming convention | ✅ Succeeded |
| README.md contains visitor stat image | ✅ Succeeded |
| Sample requires a .nvmrc file | ✅ Succeeded |
| Sample requires a README.md | ✅ Succeeded |
| Sample requires a screenshot .png in assets folder | |
| No .sppkg file | ✅ Succeeded |
| No node_modules folder | ✅ Succeeded |
| No lib folder | ✅ Succeeded |
| No upgrade reports | ✅ Succeeded |
@vystartasv please address the above issues and push new changes to this branch.
For more information, see the contribution guidance.
What's in this Pull Request?
Adds
samples/react-configurable-list, a read-only React SharePoint list and records browser for configurable SMB/SME data views.$select/$expandqueries with bounded pages.Node Version
Node version used: 22.22.2
How was this tested?
From
samples/react-configurable-list:npm install --package-lock-only --ignore-scripts— passed; 0 vulnerabilities reported by npm at lockfile generation.npm ci— passed.npm run lint— passed.npm test -- --clean— passed: 5 suites, 15 tests.npm run build— passed with TypeScript 5.8.3 and Webpack 5.105.4.npm run package— passed with production build and package-solution validation.Tenant validation and a representative static PNG screenshot are pending. The README and metadata state this explicitly; no tenant result or fabricated screenshot is claimed.
Checklist
assetsfolder. Pending tenant validation and screenshot help..nvmrcfile indicating the version of Node.js.