question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pagination border appears after upgrade to 1.11.1 from 1.11.0

See original GitHub issue

Hi 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
1_11_0 1_11_1

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
yurii-polishchukcommented, Feb 26, 2017

@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

0reactions
adambiggscommented, Feb 9, 2018

This bug seems to have regressed in v1.11.2. Rolling back to v1.11.1 fixed the issue.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found