2020-11-20 12:50:13 -05:00
# List Items Menu
2020-11-20 11:09:58 -05:00
2020-11-20 12:50:13 -05:00
## Summary
2020-11-20 11:09:58 -05:00
2020-11-20 12:50:13 -05:00
This web part allows user create a navigation menu , grouped by any column of document library.
2020-11-22 14:04:41 -05:00
When the user clicks on the header it dynamically load documents.
2020-11-20 11:09:58 -05:00
2020-11-20 12:50:13 -05:00
![ListItemsMenu ](./assets/ListMenuDocs.gif )
2020-11-20 11:09:58 -05:00
2020-11-20 12:50:13 -05:00
## Screenshots
2020-11-20 11:09:58 -05:00
2020-11-20 12:50:13 -05:00
![ListItemsMenu ](./assets/reactListItems1.jpg )
2020-11-20 11:09:58 -05:00
2020-11-20 12:50:13 -05:00
![ListItemsMenu ](./assets/reactListItems2.jpg )
2020-11-20 11:09:58 -05:00
2020-11-20 12:50:13 -05:00
![ListItemsMenu ](./assets/reactListItems3.jpg )
2020-11-20 11:09:58 -05:00
2020-11-20 12:50:13 -05:00
## Used SharePoint Framework Version
![SPFx 1.11 ](https://img.shields.io/badge/version-1.11.0-green.svg )
2020-11-20 11:09:58 -05:00
2020-11-20 12:50:13 -05:00
## Applies to
2020-11-20 11:09:58 -05:00
2020-11-20 12:50:13 -05:00
* [SharePoint Framework ](https://docs.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview )
* [Office 365 tenant ](https://docs.microsoft.com/sharepoint/dev/spfx/set-up-your-development-environment )
2020-11-20 11:09:58 -05:00
2020-11-20 12:50:13 -05:00
## WebPart Properties
Property |Type|Required| comments
--------------------|----|--------|----------
WebPart Title| Text| no|
Select Document Library| dropdown|yes
Select Field to Group By | dropdown|yes
2020-11-20 11:09:58 -05:00
2020-11-20 12:50:13 -05:00
## Solution
The Web Part Use PnPjs library, Fluent-Ui-react components
Solution|Author(s)
--------|---------
React List Items Menu |João Mendes
## Version history
Version|Date|Comments
-------|----|--------
1.0.0|November 20, 2020|Initial release
## 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`
2020-11-22 14:04:41 -05:00
- Add to AppCatalog and deploy
- go to SharePoint Admin Center and Approve required API Permissions
2020-11-20 12:50:13 -05:00
< img src = "https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-list-items-menu" / >