How to hide TreeGrid groupby row count(length)
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?
@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.
There has been no recent activity and this issue has been marked inactive.