Problem to solve
Makes it more flexible for the users who want all rows open by default. This is the default for the v2 data table, but the v3 has them closed by default. The ability to choose which would be nice.
Proposed solution
Perhaps a prop of all-expanded or groups-expanded (or whatever makes the most sense) with a boolean type of some kind?
Problem to solve
Makes it more flexible for the users who want all rows open by default. This is the default for the v2 data table, but the v3 has them closed by default. The ability to choose which would be nice.
Proposed solution
Perhaps a prop of
all-expandedorgroups-expanded(or whatever makes the most sense) with abooleantype of some kind?