Dynamic Pivoting Example
This example showcases client-side grouping, pivoting and aggregation. These properties are changed dynamically at run-time via the UI.
It also showcases different way of customizing columns based on dynamic conditions:
- uses custom
number
andcurrency
column types, to format values - has a custom border for rows that have
canDesign=yes
- the custom column type
number
has a background color based on the color input
View Mode
Fork ForkServer-side Dynamic Pivoting Example
This example is very similar with the above one, but pivoting, grouping and aggregation is done on the server-side.
View Mode
Fork Fork