This sample application demonstrates how to integrate and use the Syncfusion React Pivot Table component within a Next.js framework. Syncfusion provides a rich set of UI components that are highly customizable and optimized for performance. The Pivot Table component allows users to organize and summarize complex data sets interactively.
To learn more about configuring the Syncfusion React Pivot Table in a Next.js, refer to the documentation.
Before running the sample, ensure you have the following installed:
- Node.js (v14 or later)
- npm or yarn
- To clone this sample repository locally, open your terminal and run:
git clone https://github.com/SyncfusionExamples/ej2-nextjs-pivotview.git
- Navigate to the project directory:
cd ej2-nextjs-pivotviewInstall the required packages using below command:
npm installTo run the application, use the following command:
npm run devThe app will be available at http://localhost:3000