Hi,
Adding a cellClick event to the component would be a valuable enhancement for developers to utilize.Hi,
The inclusion of grouping support in the PivotGrid would be a valuable enhancement. This could potentially involve enabling drag-and-drop functionality for grouping, and it could also be integrated into the configurator for added convenience.
Hi,
It will be a nice addition to the PivotGrid toolkit to have a built-in PDF Export module.
Please provide a feature that will ensure displaying new expandable levels of dimensions only when the previous one is expanded similar to
https://js.devexpress.com/Demos/WidgetsGallery/Demo/PivotGrid/DrillDown/Angular/Light/
Currently when using the local binding directive, all configured axes are visible regardless of whether the previous level is expanded or not, and achieving the desired functionality requires non-trivial custom implementation, e.g.:
https://stackblitz.com/edit/angular-68zraa-wbx8yw?file=src%2Fapp%2Fapp.component.ts
Please provide more options to filter in PivotGrid, especially for dates and/or date-ranges.
PivotGrid v1.0.2 only supports 6 filter types (contains, doesnotcontain, endswith, eq, neq, startswith, all defined in @progress/kendo-pivotgrid-common/dist/es2015/requests/serializers/filters.js), but basic filters like greater than and less than are not yet supported.
When trying to filter by operator: "ge", it results in an uncaught error in filters.js: Cannot read properties of undefined (reading 'replace') at filters.js:55:19