Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

This sample demonstrates how to sort field members and values in the Syncfusion React Pivot Table component.

NotificationsYou must be signed in to change notification settings

SyncfusionExamples/sorting-in-react-pivot-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This sample demonstrates how tosort field members and values in theSyncfusion React Pivot Table (PivotView) component. It showcases how to enable value sorting and configure field member sorting using thesortSettings andvalueSortSettings properties.

📖 Overview

TheSyncfusion 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:

  • Field Member Sorting: Sorts the row field members (e.g.,ProductID) in ascending or descending order.
  • Value Sorting: Sorts values (e.g.,Sold Amount) based on specific headers usingvalueSortSettings.

🛠 Prerequisites

Before running this project, ensure you have the following installed:

🚀 Getting Started

Follow these steps to run the application locally:

  1. Clone the repository:

    git clone https://github.com/SyncfusionExamples/sorting-in-react-pivot-table
  2. Navigate to the project folder:

    cd sorting-in-react-pivot-table
  3. Install dependencies:

    npm install
  4. Start the development server:

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

📂 Project Structure

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

🔗 Resources

💬 Support

For questions or feedback, visit:

📜 License

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

About

This sample demonstrates how to sort field members and values in the Syncfusion React Pivot Table component.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors5


[8]ページ先頭

©2009-2025 Movatter.jp