https://github.com/syncfusionexamples/react-data-grid-integration-with-sharepoint
The repository contains a professional demonstration of a SharePoint Framework application featuring a React Grid control. This application showcases essential functionalities such as filtering, searching, grouping, editing, and paging actions, all implemented using custom binding with the Redux concept.
https://github.com/syncfusionexamples/react-data-grid-integration-with-sharepoint
datagrid ej2 grid react sharepoint sharepoint-react-grid
Last synced: 2 months ago
JSON representation
The repository contains a professional demonstration of a SharePoint Framework application featuring a React Grid control. This application showcases essential functionalities such as filtering, searching, grouping, editing, and paging actions, all implemented using custom binding with the Redux concept.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/react-data-grid-integration-with-sharepoint
- Owner: SyncfusionExamples
- Created: 2024-06-07T03:38:47.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-07T06:51:33.000Z (about 2 years ago)
- Last Synced: 2025-07-26T23:45:00.928Z (11 months ago)
- Topics: datagrid, ej2, grid, react, sharepoint, sharepoint-react-grid
- Language: TypeScript
- Size: 429 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-data-grid-integration-with-sharepoint
The repository contains a professional demonstration of a SharePoint Framework application featuring a React Grid control. This application showcases essential functionalities such as filtering, searching, grouping, editing, and paging actions, all implemented using custom binding with the Redux concept.
* Execute the following command to install Glup globally,
`npm install -g gulp`
* Execute the following command to install the necessary dependencies,
`npm install`
* Change the initial path of the **config/serve.json** to your sharepoint site instead of {tenantDomain}
* To prevent certificate-related issues, use the following command,
`gulp trust-dev-cert`
* Run the project using following command,
`gulp serve`
* Click the **Add a new web part in column one** button.
* Select the **ReactGridComponent** web part.
Finally, the Syncfusion React Grid control is rendered in your SharePoint Framework client-side web part.
