Background on this - I've got a nice script together that memorises opens hidden rows, and on page/datatable refresh it will re-open those open rows for you....so no need for the user to manually re-open those rows.
I've been looking into how it behaves on a paginated table and while it works great on the first page, when clicking to the second page it doesn't have an effect. I'm pretty sure that all will work if there is a way for me to fire the function I am using after a pagination page change occurs. Is this possible? Basically click the next/previous links and when the page has been shown, fire a function.
I've been looking into how it behaves on a paginated table and while it works great on the first page, when clicking to the second page it doesn't have an effect. I'm pretty sure that all will work if there is a way for me to fire the function I am using after a pagination page change occurs. Is this possible? Basically click the next/previous links and when the page has been shown, fire a function.