An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js)
Footer position is wrong when moving horizontal scroll to the end.
Also the vertical scroll should not be visible, because the table height is sufficient to accommodate all the rows.
This is the same issue as #7578, but for Boostrap 5.
Bootstraptable version(s) affected
1.23.5
Description
Footer position is wrong when moving horizontal scroll to the end. Also the vertical scroll should not be visible, because the table height is sufficient to accommodate all the rows.
This is the same issue as #7578, but for Boostrap 5.
Example(s)
Working example: https://live.bootstrap-table.com/code/amiart/18309
Possible Solutions
The problem is that
margin-right
is set to0
for$tableFooter
infitFooter()
function:Additional Context
Windows 10 Firefox 131 Bootstrap 5