Expandable Row Doesn't Work on Paginated Table

Expandable Row Doesn't Work on Paginated Table

jgyselinckjgyselinck Posts: 2Questions: 0Answers: 0
edited April 2012 in DataTables 1.8
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.

Replies

  • allanallan Posts: 61,439Questions: 1Answers: 10,053 Site admin
    Hi,

    Have a look at this FAQ: http://datatables.net/faqs#events

    Allan
  • jgyselinckjgyselinck Posts: 2Questions: 0Answers: 0
    Thanks so much! I found the problem. We were applying the pagination before we were adding the event listeners for each row. This caused us to only add event listeners for the first page of records.

    I really appreciate your patience and your assistance.
This discussion has been closed.