sp-dev-fx-webparts/samples/react-list-items-menu
Hugo Bernier 68f7f67761 Changed from updated to modificationDateTime 2021-05-02 15:39:42 -04:00
..
assets Changed from updated to modificationDateTime 2021-05-02 15:39:42 -04:00
config Fixed readme and updated solution version number 2021-02-23 00:13:08 -05:00
src #1721 2021-02-21 00:33:41 -08: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
.editorconfig commit new sample react-list-items-menu 2020-11-20 16:09:58 +00:00
.gitignore commit new sample react-list-items-menu 2020-11-20 16:09:58 +00:00
.yo-rc.json commit new sample react-list-items-menu 2020-11-20 16:09:58 +00:00
README.md Fixed readme and updated solution version number 2021-02-23 00:13:08 -05: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 commit new sample react-list-items-menu 2020-11-20 16:09:58 +00:00
launch.json add support to Metada Columns 2021-02-18 22:21:12 +00:00
package-lock.json Fixed readme and updated solution version number 2021-02-23 00:13:08 -05:00
package.json Fixed readme and updated solution version number 2021-02-23 00:13:08 -05:00
tsconfig.json commit new sample react-list-items-menu 2020-11-20 16:09:58 +00:00
tslint.json commit new sample react-list-items-menu 2020-11-20 16:09:58 +00: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

SPFx 1.11 Node.js LTS 10.x SharePoint Online Teams Yes: Designed for Microsoft Teams Workbench Hosted: Does not work with local workbench

Applies to

WebPart Properties

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

Solution

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

Solution Author(s)
React List Items Menu João Mendes (@joaojmendes)
React List Items Menu Ravi Chandra

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

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.


Minimal Path to Awesome

  • Clone this repository
  • 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