-
Notifications
You must be signed in to change notification settings - Fork 134
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
RenderAsComponent for ChangePageSize? #318
Comments
Change page field is embedded in the GridComponent object. It is difficult to add the option to use a custom component. But it can be easier to add other behaviors for the ChangePageSize input element. What do you want to get? A different selector or different location on the page? |
The current behavior is fine; I suppose that I can override the CSS to change the appearance myself, but it would be nice if it were in a different location, for example, along side the navigation buttons at the bottom, and sized to the same dimensions? |
Package 3.0.3 implements a new location of the ChangePageSize input element close to the navigation buttons |
Great!! Looks nice, and I like the Go To feature as well!! |
I wonder if it's possible to modify the ChangePageSize handler and renderer so that one could specify a different kind of component to indicate and change the page size? For example, a dropdown, etc.
The text was updated successfully, but these errors were encountered: