-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Footer misalignment when scrolling table #7585
Labels
Bug
Issues which are marked as Bug
Comments
The same issue is visible in this example: |
My workaround:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: