João Mendes 0cb56c202c commit
2021-05-07 22:48:46 +01:00

2.1 KiB

List Items Menu (SP2019 Version)

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

ListItemsMenusp2019

ListItemsMenusp2019

Compatibility

SPFx 1.4.1 Node.js LTS 6.x | LTS 8.x SharePoint 2019 | Online Teams No: Not designed for Microsoft Teams Workbench Hosted: Does not work with local workbench

Applies to

SharePoint Framework

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)

Version history

Version Date Comments
1.0.0 May 7, 2021 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
  • Add to AppCatalog and deploy