Expand group by default should have the abilty to include subgroups. Currently I would like to reveal all the data in my table by clicking a button but all the subgroups have to be clicked manually.
Hi @shaya Great timing!! We are actually working on this and will have the following feature going live in our next stable release (should be out next week - follow the changelog here). This will allow you to expand all rows of all groups
You will also be able to trigger specific keys or indexes as outlined here:
Hi Alice,
like Shaya I'm also looking to expand sub groups by default.
I just tested this new "expand all" feature you show here, and it only seems to be working for the "expandable rows" feature.
Is it also possible to open all groups and subgroups programmatically?
I have a table with 3 groupings:
"Expand group by default" only opens the outermost group in the table, like this:
Which means to select all rows, you have to manually open up all subgroups.
It would be great for this setting to either open all subgroups, and/or to be able to control expanding and collapsing the groups.
Shaya's issue also sounded more like this, and less like expandable rows -
@shaya please correct me if I'm wrong.
Thank you!
@christoph that makes a lot of sense! thank you for clarifying this and for sharing additional information
We do have an internal request on this already and I have added you to it. When this is possible I will update this thread so you'll be in the loop
Amazing, thank you!
Hi! Any updates on this?
None at the moment, but we will post here as any updates roll out.
Came to say the same thing -- looks like the "initial problem" (outermost group) was solved but expanding any sub-groups by default is still an issue.
I'd also add that ideally we can do this programatically and not just in the UI of the table. It could be something added to the Eventhandler UI when choosing the 'Set Grouping' option -- or just allow something like an expandGroup option when setting that grouping:
{ columnId: string, sortDirection: 'asc' | 'desc', expandGroup: true | false
}
+1 to letting me know when it's solved.
Is there a programmatic workaround in the meantime?
Not that I am aware of, but I will add this detail to our request. Thanks!