bootstrap-table
bootstrap-table copied to clipboard
Change table page display error when table has fixed columns and sticky header
Bootstraptable version(s) affected
1.16.0
Description
When I change the number of pages in the table when there is a sticky header in the drop-down list, the sticky header of the fixed column on the right will change to the header of the non-fixed column on the left.
But it will resume after I scroll the page
Example(s)
pre:
after:
No response
Possible Solutions
No response
Additional Context
No response
Hi @zhengb0 ,
Where exactly is this issue occurring and please let me know the steps to reproduce.
Thanks.
Hi @zhengb0 ,
Where exactly is this issue occurring and please let me know the steps to reproduce.
Thanks.
you can try it on the online Editor.
-
enter the online editor
-
click the libraries.
-
select the extensions. (note: sticky header need before fixed columns)
-
click run, then do like the picture.
-
the right value "Cell 19"
-
but when you scroll, the right value "Cell 19" will change to the wrong value "Cell 12".
Hi, @MadhaviMandalia
Sorry about it, I'am long time no login github, this problem was resolved.
solution: bootstrap-table-fixed-columns.js
change this code position, and resolved