How to show multiple grouped cells on a single row?
A table with columns A. B, C, D E and grouped by A and B (potentially more).
B is always 1 group under A.
Currently a
The table always shows the expanded state using
B is always 1 group under A.
Currently a
reorder|false groupedColumnMode will have a row for each group.The table always shows the expanded state using
expanded: true.