Hi,
Is there a possibility to use groupDisplayType = ‘groupRows’ for AGgrid Enterprise users? This would be a great option.
also hiding open parents is a pretty cool feature in my opinnion.
groupHideOpenParents
Hi,
Is there a possibility to use groupDisplayType = ‘groupRows’ for AGgrid Enterprise users? This would be a great option.
also hiding open parents is a pretty cool feature in my opinnion.
groupHideOpenParents
Hi @davzup89
As you mentioned this is an AG Grid Enterprise feature. You can see an example of Row Grouping here:
If you want to use groupDisplayType = ‘groupRows’ , you can include it in the dashGridOptions
prop like this:
dag.AgGrid(
dashGridOptions={"groupDisplayType":'groupRows'},
# other props
)