Is there a way to programically control the way the new table component is grouped?
I'd love to allow users to turn grouping on/off for some columns at will
Hi @yassa it doesn't look like we support this yet, but I'll put in a feature request!
+1
+100
+1000000000
+100000
+1 for this
+1
Right now i have to make two tables for my users one with grouped rows and without which i switch with a segment control for hidden or not. Depending on the user and their needs some its more efficient with groups others without.
+1
+1
Hi there!
We added a setGrouping API for programmatically grouping table rows (as with our other component apis, you can access it via event handlers or JS queries):
This is great!
Can you do group by's on dynamic columns? If not, are there any suggested workarounds?
Hi @Cameron_Spiller,
No, unfortunately tables with dynamic columns don't support column grouping yet. I'll reach out here if our team ships this feature