-
Notifications
You must be signed in to change notification settings - Fork 19
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
paper-data-table-pagination doesn't work #38
Comments
I also have problems, but my selects are not working. Increment and decrement page are just actions you have to catch. here is my controller: |
works as described in README.md and with TS too. template part
controller part
on route part, you will need to add this:
this code need to rerender model |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I am using this addon and work fine but when I see closest the pagination doesn't work.
I know that the variables
limit
andpage
should set on my controller, but the actionsincrementPage
anddecrementPage
I don't know how to set.Whatever help is welcome. Regards.
The text was updated successfully, but these errors were encountered: