Problem with updating child row

Problem with updating child row

BoultoxBoultox Posts: 1Questions: 0Answers: 0

Hello, I have a small problem with my datatable.
I have a table containing many rows and every row has a child a row that contains a form. When I submit this form using ajax, I receive a data that I use for updating the row. When the row is updated, only the value of the parent row is updated, to make the update on the child row visible, I need to hide the child row and show it again (no need to reload the page).
How can I do, to make the changes visibles automatically, without intervention of a human.
Here is my code : http://live.datatables.net/juvubuso/2/edit
You can seen the real issue at the end of the page, I made a comment about it.

This discussion has been closed.