Skip to content

Data Grid - Group & Pivot

Use grouping, pivoting and more to analyse the data in depth.

๐Ÿšง Tree data

โš ๏ธ This feature isn't implemented yet. It's coming.

๐Ÿ‘ Upvote issue #210 if you want to see it land faster.

Tree data allows to visualize self-referential hierarchical (tree-like structure) data.

๐Ÿšง Master detail

โš ๏ธ This feature isn't implemented yet. It's coming.

๐Ÿ‘ Upvote issue #211 if you want to see it land faster.

The feature allows to display row details on an expandable pane.

๐Ÿšง Grouping

โš ๏ธ This feature isn't implemented yet. It's coming.

๐Ÿ‘ Upvote issue #212 if you want to see it land faster.

Group rows together that share a column value, this creates a visible header for each group and allows the end-user to collapse groups that they don't want to see.

๐Ÿšง Aggregation

โš ๏ธ This feature isn't implemented yet. It's coming.

๐Ÿ‘ Upvote issue #213 if you want to see it land faster.

When grouping, you will be able to apply an aggregation function to populate the group row with values.

๐Ÿšง Pivoting

โš ๏ธ This feature isn't implemented yet. It's coming.

๐Ÿ‘ Upvote issue #214 if you want to see it land faster.

Pivoting will allow you to take a columns values and turn them into columns.

API