We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce:
The app is still on page 2 despite there not being enough results to warrant a second page.
I'm able to fix this in my application with the following code:
if ((params.page * params.count) > params.total) { params.page = 1; }
But I think this should be taken care of by ng-table.
ng-table
I tried to edit the source to make a PR but was unable to determine where I should make the change. (sorry)
The text was updated successfully, but these errors were encountered:
53459f9
Thank you!
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce:
The app is still on page 2 despite there not being enough results to warrant a second page.
I'm able to fix this in my application with the following code:
But I think this should be taken care of by
ng-table
.I tried to edit the source to make a PR but was unable to determine where I should make the change. (sorry)
The text was updated successfully, but these errors were encountered: