Skip to content

yvsuhas/react-tabbed-grouped-list

 
 

Repository files navigation

react-tabbed-grouped-list

A SharePoint Framework web part that demonstrates a way to organize and display SharePoint list items using PnPJS and the Pivot and GroupedList Fabric UI components

Build and run in SharePoint workbench

git clone the repo
npm i
gulp serve

Install

gulp build
gulp bundle --ship
gulp package-solution --ship
upload .sppkg to SharePoint app catalog

Note: solution currently requires a specific list/columns to be set up as detailed in the blog post: https://spmaestro.com/fabric-ui-react-groupedlists-inside-pivot-tabs/

TODO: Genericize solution to not require specific list

This package produces the following:

  • lib/* - intermediate-stage commonjs build artifacts
  • dist/* - the bundled script, along with other resources
  • deploy/* - all resources which should be uploaded to a CDN.

Build options

gulp build
gulp serve
gulp bundle
gulp package-solution

About

Solution discussed in blog post on spmaestro.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.1%
  • JavaScript 12.7%
  • CSS 3.2%