| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This sample demonstrates how to sort field members and values in the Syncfusion React Pivot Table (PivotView) component. It showcases how to enable value sorting and configure field member sorting using the sortSettings and valueSortSettings properties.
The Syncfusion Pivot Table (PivotView) is a powerful React component used for visualizing and analyzing large amounts of data. This example focuses on sorting capabilities within the Pivot Table, including:
Before running this project, ensure you have the following installed:
Follow these steps to run the application locally:
Clone the repository:
git clone https://github.com/SyncfusionExamples/sorting-in-react-pivot-tableNavigate to the project folder:
cd sorting-in-react-pivot-tableInstall dependencies:
npm installStart the development server:
npm startOpen your browser and go to http://localhost:3000 to view the Pivot Table in action.
sorting-in-react-pivot-table/ ├── public/ │ ├── index.html │ └── ... ├── src/ │ ├── App.tsx # Main component with Pivot Table configuration │ ├── data.js # Sample data used in the Pivot Table │ ├── App.css # Styling for the component │ └── ... ├── 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
| Back | FazBrowse Home | New Git URL |