Urgent.News

What's breaking now, across thousands of outlets.

Tech

Help wanted: validate a configurable SharePoint list SPFx sample

I have opened a read-only React SharePoint Framework sample for browsing configurable list records: Pull request: https://github.com/pnp/sp-dev-fx-webparts/pull/6476 The sample discovers list fields and supports explicit field selection, text, number, currency, date, Boolean, choice, hyperlink, and person rendering, together with sorting, search, paging, retry/error states, safe links, keyboard…

A read-only React SharePoint Framework sample for browsing configurable list records is available for testing. The sample allows discovery of list fields and supports rendering various data types such as text, number, currency, date, Boolean, choice, hyperlink, and person. It also includes features like sorting, search, paging, retry/error states, safe links, keyboard operation, and responsive rendering.

To validate this sample, a SharePoint Online tenant with access is required. Once the sample is set up following the instructions in the README, please test it using a small, ordinary list. It is essential to remove or blur any sensitive information, such as tenant names, site URLs, user names, record details, before sharing the screenshots.

Please capture one or two representative screenshots showcasing the various features and functionalities of the sample. Any observations regarding permissions, field discovery, filtering, paging, usability, or rendering would be greatly appreciated and can help in completing the contribution.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at dev.to →

More in Tech

Manual Testing

Lets first understand the manual testing terminologies.. SDLC (Software Development Life Cycle) Requirement Analysis --> Planning --> Design --> Implementation --> Testing --> Maintainance Basically…

  • Manual testing crucial in SDLC, includes Static and Dynamic Testing.
  • System Testing sub-categories: UI, Functional, Non-Functional, Usability Testing.
  • Testers execute Dynamic Testing using Black Box, White Box, Grey Box methodologies.

More from Sunday 30 August →