Skip to content

This sample demonstrates how to edit a Pivot Table using Syncfusion's React PivotView component with multiple editing modes and view options.

SyncfusionExamples/editing-in-react-pivot-table-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧩 Editing in React Pivot Table Component

This sample demonstrates how to edit a Pivot Table using Syncfusion's React PivotView component with multiple editing modes and view options.

📖 Overview

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)
  • 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)

🛠 Prerequisites

Before running this project, ensure you have:

🚀 Getting Started

Follow these steps to run the application:

  1. Clone the repository:

    git clone https://github.com/your-repo/editing-in-react-pivot-table-component
  2. Navigate to the project folder:

    cd editing-in-react-pivot-table-component
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm start
  5. Open your browser and go to http://localhost:3000 to view the Pivot Table.

📂 Project Structure

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

🔍 Live Examples & Documentation

💬 Support

For questions or feedback, visit:

📜 License

This project uses Syncfusion components, which require a valid license for production use.
View Syncfusion License Terms

Releases

No releases published

Packages

No packages published

Contributors 5