This sample demonstrates how to edit a Pivot Table using Syncfusion's React PivotView component with multiple editing modes and view options.
The Syncfusion Pivot Table (PivotView) component allows users to analyze and summarize large datasets interactively. In this example:
- The Pivot Table is configured with:
- Rows:
Country,Products - Columns:
Year - Values:
Sold(Units Sold),Amount(Sold Amount)
- Rows:
- Editing features include:
- Normal Editing
- Dialog Editing
- Batch Editing
- Inline Editing
- Command Column Editing
- The component supports two view modes:
- Pivot Table View
- Pivot Chart View (configured as a Column chart)
Before running this project, ensure you have:
- Node.js (latest version recommended)
- Visual Studio Code
Follow these steps to run the application:
-
Clone the repository:
git clone https://github.com/your-repo/editing-in-react-pivot-table-component
-
Navigate to the project folder:
cd editing-in-react-pivot-table-component -
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and go to
http://localhost:3000to view the Pivot Table.
editing-in-react-pivot-table-component/
├── public/
│ ├── index.html
│ └── ...
├── src/
│ ├── App.tsx # Main component with Pivot Table configuration
│ ├── data.js # Sample data used in the Pivot Table
│ └── ...
├── package.json
├── README.md
└── tsconfig.json
For questions or feedback, visit:
This project uses Syncfusion components, which require a valid license for production use.
View Syncfusion License Terms