-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Comments
you should use the newest version, i got this situation when using version 3.01 |
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. |
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.
|
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;
The text was updated successfully, but these errors were encountered: