Skip to content

Pagination footer overlaps last row #4209

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

Closed
chadreed-intl opened this issue Aug 17, 2015 · 3 comments · Fixed by #6625
Closed

Pagination footer overlaps last row #4209

chadreed-intl opened this issue Aug 17, 2015 · 3 comments · Fixed by #6625

Comments

@chadreed-intl
Copy link

When using the pagination controls, the pagination footer overlaps the last row of the grid. If there are 10 rows, only 9 will be visible. Please check out an [example].(http://plnkr.co/edit/TK9wU5gvxUU5Ltu0LUJw?p=preview)

I tried setting the height dynamically using an ng-style:
ng-style="{height: (gridOptions.pagingOptions.pageSize * gridOptions.rowHeight) + 'px'}"
but I can't seem to figure out the pagination footer height correctly, while the header height is 30px;

@tringuyenminh92
Copy link

you should use the newest version, i got this situation when using version 3.01
https://github.com/angular-ui/ui-grid.info/tree/gh-pages/release
please get the newest .js and css files (3.0.4) on 13-08-2015

@chadreed-intl
Copy link
Author

Got the newest files, and as you can see its still an issue. I even tried adding 'MinRowsToShow' on the gridOptions and it is not resolved.

http://plnkr.co/edit/TK9wU5gvxUU5Ltu0LUJw?p=preview

@AgDude
Copy link
Contributor

AgDude commented Mar 4, 2016

I observed this on the tutorial page (version 3.1.1), the above plunkers do not show the issue for me. Browser: chrome 48 on windows.

  1. Disable cache (not sure if this is important)
  2. Open tutorial page and wait for it to finish loading
  3. Click "105 Footer" and wait for it to load.
  4. Click "214 Pagination" and wait for it to load.

mportuga pushed a commit that referenced this issue Mar 22, 2018
Removed most float: left CSS and replace them with display: inline-block;

fix #4209, fix #2848
mportuga pushed a commit that referenced this issue Mar 22, 2018
Removed most float: left CSS and replace them with display: inline-block;

fix #4209, fix #2848
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants