A quick-start project that shows how to enable the grouping bar in Syncfusion React Pivot Table. This project also contains a code snippet to drag fields between column, row, value and filter axes and also to show or hide the sort, filter, and remove icons, value type dropdown, and value buttons in the grouping bar.
Documentation: https://ej2.syncfusion.com/react/documentation/pivotview/grouping-bar/
Online examples: https://ej2.syncfusion.com/react/demos/#/bootstrap5/pivot-table/grouping-bar
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
To run this application, you need to clone the grouping-bar-in-react-pivot-table repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the npm install command and run your project using the npm start command.