bootstrap-table icon indicating copy to clipboard operation
bootstrap-table copied to clipboard

groupByCollapsedGroups not collapsing on grouped columns

Open DataSupplier opened this issue 9 months ago • 0 comments

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,

  1. grouped and collapsed on one column (works)
  2. 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)

  1. https://live.bootstrap-table.com/code/DataSupplier/17672 (works)
  2. https://live.bootstrap-table.com/code/DataSupplier/17673 (fails)

Possible Solutions

No response

Additional Context

No response

DataSupplier avatar May 18 '24 22:05 DataSupplier