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
Hello team, there is a hardcoded number in pagination.component.ts in line 140
pagination.component.ts
140
that makes pagination inconsistent when large amount of data:
Working example:
When large amount of data:
I think the solution might be remove that hardcoded 1000 and use the pageSelectThreshold variable
pageSelectThreshold
The text was updated successfully, but these errors were encountered:
Seems like a mistake indeed. I created a PR to fix this and added some unit tests for the switch between select/input too.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hello team, there is a hardcoded number in
pagination.component.ts
in line140
that makes pagination inconsistent when large amount of data:
Working example:
When large amount of data:
I think the solution might be remove that hardcoded 1000 and use the
pageSelectThreshold
variableThe text was updated successfully, but these errors were encountered: