A quick-start project that demonstrates how to integrate a React pivot table component into a React application with some of its fundamental features such as FieldList, GroupingBar, and CalculatedField.
Refer to the following documentation to learn about the React pivot table Component: https://ej2.syncfusion.com/react/documentation/pivotview/getting-started?cs-save-lang=1&cs-lang=js
Check out this online example of the React pivot table Component: https://ej2.syncfusion.com/react/demos/#/material3/pivot-table/overview
Make sure that you have the compatible versions of Visual Studio Code and NodeJS or later version in your machine before starting to work on this project.
To run this application, you first need to clone the getting-started-with-the-react-pivot-table-component repository and then open it in Visual Studio Code. Next, install the necessary dependencies using the npm install
command. Finally, build and run your project using the npm start
command to view the output.