Expandable Row Doesn't Work on Paginated Table
Expandable Row Doesn't Work on Paginated Table
jgyselinck
Posts: 2Questions: 0Answers: 0
Hello.
I am relatively new with JQuery and having a heck of a time trying to get Expandable Rows working with Pagination. The Expanding rows work great on the first page but when I move to the second page none of the event listeners have been registered for any of those rows (likewise for subsequent pages).
Are there certain settings that I must set on the table in order to make these two functions work well together?
Any help (and patience) is greatly appreciated.
I am relatively new with JQuery and having a heck of a time trying to get Expandable Rows working with Pagination. The Expanding rows work great on the first page but when I move to the second page none of the event listeners have been registered for any of those rows (likewise for subsequent pages).
Are there certain settings that I must set on the table in order to make these two functions work well together?
Any help (and patience) is greatly appreciated.
This discussion has been closed.
Replies
Have a look at this FAQ: http://datatables.net/faqs#events
Allan
I really appreciate your patience and your assistance.