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
Using v0.3.11.
Using Pagination
pageSizeOptions: [10, 15, 20, 25, 30, 35, 40, 45, 50, 60, 75, 100],
On user change of the page size (e.g., selection 10), the store is queried anew with the new options.
In this case, options.count is a String. It should be a Number.
The text was updated successfully, but these errors were encountered:
dcc5ebe
No branches or pull requests
Using v0.3.11.
Using Pagination
On user change of the page size (e.g., selection 10), the store is queried anew with the new options.
In this case, options.count is a String. It should be a Number.
The text was updated successfully, but these errors were encountered: