Properly destroy the table and working child rows
Properly destroy the table and working child rows

Good afternoon,
Faced with the problem of how to properly destroy the table, and reload data at the same time to work child rows in new table.
Example modeled here:
http://live.datatables.net/mimaputu
After second click show button and reload table don't work child rows.
Maybe someone can help? I would be very grateful for the help.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I had a play about and this seems to work? http://live.datatables.net/jameviju/1/
I think it was the checking the ishidden on the container element - i don't think that works on functions
i also added a <tbody> element
HTH
Thanks a lot, your example helped me find my mistake...