bootstrap-table
bootstrap-table copied to clipboard
groupByCollapsedGroups not collapsing on grouped columns
Bootstraptable version(s) affected
1.22.6
Description
Hi mates,
I'm facing a bug or difficulties when collapsing on grouped columns. The groupByField accepts an array, which work nice in order to group on multiple columns. When applying the groupByCollapsedGroups, it fails to collapse on these columns.
The groupByCollapsedGroups work on a single grouped column. Therefore I'm providing two examples,
- grouped and collapsed on one column (works)
- grouped and collapsed on two columns (fails)
The reason might be, that I'm not providing the right details, maybe you guys can help me out. Thanks!
Example(s)
- https://live.bootstrap-table.com/code/DataSupplier/17672 (works)
- https://live.bootstrap-table.com/code/DataSupplier/17673 (fails)
Possible Solutions
No response
Additional Context
No response