Pagination border appears after upgrade to 1.11.1 from 1.11.0
See original GitHub issueHi together,
I’ve just updated to the latest bt version (1.11.1 from 1.11.0).
Now the div with the class fixed-table-pagination
has a border (didn’t have it before). Am I the only one with this issue? I can not see any changes in the markup/css styles using Chrome Dev Tools except that fixed-table-container
, which has the border css property, is using now the whole height including the fixed-table-pagination
div.
Before | After |
---|---|
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (3 by maintainers)
Top Results From Across the Web
bootstrap-table/CHANGELOG.md at develop - GitHub
Update : Fixed table border displays bug when setting height. ... Update: Fixed all checkbox not auto check after pagination changed. Update: Updated...
Read more >Pagination - Bootstrap
Documentation and examples for showing pagination to indicate a series of related content exists across multiple pages.
Read more >django-tables2 - Read the Docs
Pinned rows are not affected by sorting and pagination, they will be present on every page of the table, regardless of ordering. Values...
Read more >DataTables example - Language options
This table loads data by Ajax. The latest data that has been loaded is shown below. This data will update automatically as any...
Read more >2N Access Commander release notes
2N ® Access Commander box now set to automatically restart after unexpected power interruption; Paging, search and filtering optimisations to improve system ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@fsauter and @djhvscf could we reopen this? Here is an example via jsfiddle:
https://jsfiddle.net/etj9hdbr/
When you are not setting a data-height of a table or setting it to “” this CSS border is shown.
As @fsauter mentioned, there is added style: .fixed-table-toolbar:after, .fixed-table-pagination:after Looks like this style ws added with #2405
This bug seems to have regressed in v1.11.2. Rolling back to v1.11.1 fixed the issue.