Pagination and sort click custom handler
Pagination and sort click custom handler
Hello.
Is there a way to assign my custom handler to change page click and/or sort click? I need to do some manipulations in my handler and prevent sending default request to server side. Instead of sending this request, I want to change url with hash, then jquery back-button plugin ( http://benalman.com/projects/jquery-bbq-plugin/ ) tracks changes in hash url and send request to server-side according params in hash-url.
All these stuff is for ability to save current table state in bookmarks.
Thank you for answers.
Is there a way to assign my custom handler to change page click and/or sort click? I need to do some manipulations in my handler and prevent sending default request to server side. Instead of sending this request, I want to change url with hash, then jquery back-button plugin ( http://benalman.com/projects/jquery-bbq-plugin/ ) tracks changes in hash url and send request to server-side according params in hash-url.
All these stuff is for ability to save current table state in bookmarks.
Thank you for answers.
This discussion has been closed.