primereact icon indicating copy to clipboard operation
primereact copied to clipboard

New Component: Pivot Table

Open Vitalii-Pidoprygora opened this issue 1 year ago • 0 comments

Describe the feature you would like to see added

PrimeReact component similar to DataTable that allows to draw Pivot report like below:

image

Is your feature request related to a problem?

I`ve already using DataTable for my project. My customers needs Pivot report that styled similar to DataTable.

Describe the solution you'd like

Pivot component that would have:

  • Groups by multiple Rows/Columns
  • Row/Columns groups can be expanded/collapsed
  • With option to sort by column
  • Responsive/adaptive for table/mobile screens

Describe alternatives you have considered

Other libraries like:

https://ej2.syncfusion.com/documentation/pivotview/getting-started/ https://www.ag-grid.com/react-data-grid/pivoting/

Additional context

No response

Vitalii-Pidoprygora avatar Jul 27 '22 14:07 Vitalii-Pidoprygora