sp-dev-fx-webparts/samples/react-list-items-menu
Hugo Bernier 8e6bd1404b Added web part to every sample 2024-04-18 01:51:29 -04:00
..
.devcontainer Added devcontainers for 1.13 solutions 2022-01-31 00:10:13 -05:00
assets Added web part to every sample 2024-04-18 01:51:29 -04:00
config Merge branch 'main' into React-List-Items-Menu-SPfx-Upgrade 2021-10-31 17:44:27 -04:00
src commit changes 2021-10-25 19:11:40 +01:00
teams commit new sample react-list-items-menu 2020-11-20 16:09:58 +00:00
tools commit new sample react-list-items-menu 2020-11-20 16:09:58 +00:00
.gitignore Added devcontainers for 1.13 solutions 2022-01-31 00:10:13 -05:00
.npmignore React List Items Menu Upgrade to SPFx 1.13 2021-10-31 19:21:41 +02:00
.yo-rc.json React List Items Menu Upgrade to SPFx 1.13 2021-10-31 19:21:41 +02:00
README.md Added more contributions 2023-03-15 01:23:34 -04:00
azure-pipelines-build-template.yml commit new sample react-list-items-menu 2020-11-20 16:09:58 +00:00
azure-pipelines-deploy-template.yml commit new sample react-list-items-menu 2020-11-20 16:09:58 +00:00
azure-pipelines.yml commit new sample react-list-items-menu 2020-11-20 16:09:58 +00:00
gulpfile.js React List Items Menu Upgrade to SPFx 1.13 2021-10-31 19:21:41 +02:00
launch.json add support to Metada Columns 2021-02-18 22:21:12 +00:00
package-lock.json Merge branch 'main' into React-List-Items-Menu-SPfx-Upgrade 2021-10-31 17:44:27 -04:00
package.json Merge branch 'main' into React-List-Items-Menu-SPfx-Upgrade 2021-10-31 17:44:27 -04:00
tsconfig.json React List Items Menu Upgrade to SPFx 1.13 2021-10-31 19:21:41 +02:00
tslint.json React List Items Menu Upgrade to SPFx 1.13 2021-10-31 19:21:41 +02:00
webpack.js commit new sample react-list-items-menu 2020-11-20 16:09:58 +00:00

README.md

List Items Menu

Summary

This web part allows user create a navigation menu, grouped by any column of document library. When the user clicks on the header it dynamically load documents.

ListItemsMenu

Screenshots

ListItemsMenu

ListItemsMenu

ListItemsMenu

Compatibility

⚠️ Important
Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.
Refer to https://aka.ms/spfx-matrix for more information on SPFx compatibility.

SPFx 1.13.0 Node.js v14 | v12 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Unsupported Hosted Workbench Compatible Compatible with Remote Containers

Applies to

Web Part Properties

Property Type Required comments
Web Part Title Text no
Select Document Library dropdown yes
Select Field to Group By dropdown yes

Contributors

The Web Part Use PnPjs library, Fluent-Ui-react components

Version history

Version Date Comments
1.0.0 November 20, 2020 Initial release
1.0.1 February 18, 2021 Added support for metadata columns
1.0.2 February 21, 2021 Fixed gulp build issues
1.0.3 October 25, 2021 Fixed bug support for metadata columns and Lookup fields
1.0.4 October 31🦇, 2021 Upgraded to SPFx 1.13

Minimal Path to Awesome

  • Clone this repository (or download this solution as a .ZIP file then unzip it)
  • Move to sample folder
  • in the command line run:
    • npm install
    • gulp build
    • gulp bundle --ship
    • gulp package-solution --ship
  • Add to AppCatalog and deploy
  • go to SharePoint Admin Center and Approve required API Permissions

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

Video

React web part to group documents based on metadata

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.

Help

We do not support samples, but we do use GitHub to track issues and constantly want to improve these samples.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.