Skip to content
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

Pagination Area Issue #3865

Closed
Anatolii-B opened this issue Jun 27, 2018 · 3 comments
Closed

Pagination Area Issue #3865

Anatolii-B opened this issue Jun 27, 2018 · 3 comments
Assignees
Labels
help-wanted Issues we need or would love help from the community to resolve.

Comments

@Anatolii-B
Copy link

I faced with issue, when i have more then 1 grid on page, and only one in the same time is active (others are on separate tabs on page), when i make another visible (click on tab) there is a bug - scroll bar overlaying pagination area (Number of rows etc.)
image

Is there any way to avoid this problem?

@jimgit
Copy link

jimgit commented Jun 27, 2018

Can you submit a jsfiddle demonstrating the problem?

@Anatolii-B
Copy link
Author

Anatolii-B commented Jul 3, 2018

@jimgit Yes, sorry i was a bit wrong, problem reproduces when at the begining area with grid is hidden, and when we show it - footer with pagination area is overlapping data. It couse problem - when on page we have several tabs on page, and on that tabs are this grids. I found a temporary solution - each time when i made some tab with grid visible - i call "resetView" method, is there any other way to fix it? Thanks

Steps to reproduce -

image

@djhvscf djhvscf added the confirmed Issues that have been confirmed with a reduced test case and identify a bug. label Jul 23, 2018
@djhvscf djhvscf self-assigned this Jul 23, 2018
@djhvscf djhvscf added the core Issues stemming from our compiled or source JavaScript files. label Jul 23, 2018
@djhvscf djhvscf added help-wanted Issues we need or would love help from the community to resolve. and removed confirmed Issues that have been confirmed with a reduced test case and identify a bug. core Issues stemming from our compiled or source JavaScript files. labels Sep 7, 2018
@djhvscf
Copy link
Collaborator

djhvscf commented Sep 7, 2018

Please see this example: http://jsfiddle.net/djhvscf/2xar57hw/11/

I just added this method

$('#showGridButton').click(function(){
  $('#gridContainer').css('display','block');
  $table.bootstrapTable('resetView');
});

@djhvscf djhvscf closed this as completed Sep 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help-wanted Issues we need or would love help from the community to resolve.
Projects
None yet
Development

No branches or pull requests

3 participants