A quick-start project that demonstrates how to integrate a typescript pivot table component into a typescript application with some of its fundamental features such as FieldList, GroupingBar, and CalculatedField.
Refer to the following documentation to learn about the Typescript pivot table Component: https://ej2.syncfusion.com/documentation/pivotview/getting-started
Check out this online example of the Typescript pivot table Component: https://ej2.syncfusion.com/demos/#/fluent2/pivot-table/overview.html
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-typescript-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.