I would love the ability to only allow a single row in a table to be expanded when I have expandable rows enabled for that table. Ideally, this would be a setup selection, but I would also be OK with some sort of event handler where if the selected row changes, the previously selected row collapses and they newly selected row expands.
Sometime it is nice to have multiple rows opened, sometimes it gets noisy and would be better to have only 1.
Hi there! Excited to share that Cloud now has expandRows and collapseRows methods for the table (it should ship to on prem in the next couple of weeks)
Hi @freekz It looks like you're using grouped rows, and the expandRows method is for the expandable rows feature. If you have expandable rows that are also grouped, it looks like the group needs to be open in order to expand the underlying rows.