-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add pageSizeConstraint
option to BaseListView
#218
Comments
@vjik implemented the constraint check. Not sure about how UI should look like. |
UI needs when constraint is array. I think, it should be dropdown element ( |
So about UI:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Available values:
true
(deny to change page size, default)false
(allow any page size)int
(maximum page size value)list<int>
(list of available page size values)Also need UI-element for change page size similar to pagination.
The text was updated successfully, but these errors were encountered: