-
Notifications
You must be signed in to change notification settings - Fork 898
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
Improve "updated" event #601
Comments
Hmm, sounds like a reasonable usecase. What do you think about instead adding a specific callback for |
"paginationChange" would be fine es well. |
My use case for something like
(my workaround for now is to use the "onclick" event to set a flag that is then used in my "updated" event handler:
note |
duplicate of #486 |
in your case, it's possible to use event bubbling on the the pager container, as explained at Cannot use trigger('click') or click on pagination |
Hello,
It would be great if the updated event could have some parameters, ie. the original event.
Our specific use case: we want to do something if the paging was invoked (scroll to top of list).
The text was updated successfully, but these errors were encountered: