-
Notifications
You must be signed in to change notification settings - Fork 431
Closed
Labels
Description
Describe the bug
When click on row to expend, new expended row have wrong colspan. Colspan of new row will not consider columns hidden by default (column toggle)
To Reproduce
open codesandbox https://codesandbox.io/s/rough-sound-q2bcb
- click on Address button (on top) to show the hidden address column
- Click on any row to open expended row
- Observe the expended row div (which have black border)
- Colspan of expended row is only 2 (Two is the count of columns which was not hidden)
- It is not considering the hidden column (when visible) to calculate colspan
codesandbox
Added above in reproduce steps.
packages
Latest packages available of today
"react-bootstrap-table-next": "^3.3.1",
"react-bootstrap-table2-paginator": "^2.1.0",
"react-bootstrap-table2-toolkit": "^2.1.0",
Similar issue (closed)
Expanded row column span does not update #836