-
Notifications
You must be signed in to change notification settings - Fork 14
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 issue #3
Comments
Hi, this is indeed a known problem, I am working for the next version on alternative pagination controls. Right now you can override Backbone.Datagrid.Pagination view or Backbone.Datagrid.prototype.renderPagination. Thanks for reporting. |
Thank you for the explanation. It's quite simple to only keeps the arrows :
|
I needed a sort of truncated pager, here is a rough render function that does not fully display the pager by adding some disabled ... cases.
|
Hi,
I have really big data to be send to the datagrid and I display them per 50 in each page. My problem is that I have "<< 1 2 3 ... 40 >>" and this is taking more than a line and getting ugly on my page.
Do you already have a solution to have "<< ... 25 26 ... >>" instead for example or any idea about how doing it ?
Thank you
The text was updated successfully, but these errors were encountered: