You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: