You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.
Like I mentioned in the SO question, server side handling of params isn't implemented yet, so it just returns a full set regardless. But I'm interested to know why there are minus numbers generated...
Ok, I've done a little bit of code fiddling and reading and I still failed to come up with a case to generate a PageableCollection state that gives you a negative page number. Backgrid.Extension.Paginator can't generate negative page numbers unless you have a negative first page number, and you can't have a negative first page number unless you set it explicitly by hand and have overridden PageableCollection to skip checkState.
http://stackoverflow.com/questions/14580336/backgrid-how-does-it-know-what-numbers-to-generate-for-pagination
The text was updated successfully, but these errors were encountered: