igniteui-angular icon indicating copy to clipboard operation
igniteui-angular copied to clipboard

How to hide TreeGrid groupby row count(length)

Open mddifilippo89 opened this issue 1 year ago • 1 comments

Like igx-grid groupbyrow templating, there doesn't appear to be a way to do this with the igx-tree-grid. As such is there a way to remove the row count and modify other parts of the groupby row?

image

mddifilippo89 avatar Apr 09 '24 16:04 mddifilippo89

@mddifilippo89 Hi Mike, the simple answer is no. The Tree Grid grouping is not a built-in feature and in general is something we do not want to add to the component itself, as it is very specific and comes with a lot of complications. For the grouping sample purposes we use a special pipe and we assign the number of records to the acual record value. That's why currently there's no way to change it.

gedinakova avatar Apr 12 '24 06:04 gedinakova

There has been no recent activity and this issue has been marked inactive.

github-actions[bot] avatar Jun 12 '24 00:06 github-actions[bot]