Row details not showing past first screen

Row details not showing past first screen

EFreeseEFreese Posts: 3Questions: 0Answers: 0
edited May 2013 in DataTables 1.9
When I try to use the row details functionality, the rows that appear on the first page work as expected but subsequent pages don't seem to recognize the click on the "+" image. I've discovered that if I set the initial view to "all" (-1), then, of course, they all work, no matter how they are paginated afterward. Any suggestion about what I'm missing?

Debug code: ikexek
http://live.datatables.net/uceqas/3

Replies

  • allanallan Posts: 63,383Questions: 1Answers: 10,449 Site admin
    Very likely you need to use delegated events. See the top FAQ: http://datatables.net/faqs#events .

    Allan
  • EFreeseEFreese Posts: 3Questions: 0Answers: 0
    Thanks! I rearranged the code and got it working.
This discussion has been closed.