Sample webpart to showcase batch functionality usng PNP/SP v4
Get your own free development tenant by subscribing to Microsoft 365 developer program
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.
- Clone this repository
- Ensure that you are at the solution folder
- Create a sample list with the name "SampleList" or change the list name in SampleBatch.tsx file
- in the command-line run:
- npm install
- gulp serve or npm run serve
Include any additional steps as needed.