Hi,
The cell template would be a good addition to the PivotGrid component allowing developers to customize the cell content.
Thank you for your consideration.
Provide a count aggregate for PivotGrid, just like the Grid does:
https://www.telerik.com/kendo-angular-ui/components/grid/grouping/aggregates/#toc-aggregate-types
Hi,
It will be a nice addition to the PivotGrid toolkit to have a built-in PDF Export module.
Hi,
Adding a cellClick event to the component would be a valuable enhancement for developers to utilize.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
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
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.
Please provide an option to expand row axes by default. The functionality should allow rendering the row axes expanded just as if they were expanded by clicking on their expand arrow.
Thank you.