How to keep the child rows open after ajax.reload
How to keep the child rows open after ajax.reload
Sradesign
Posts: 25Questions: 4Answers: 1
Hi allen,
How we can keep the child rows opened after ajax.reload?
I do have the save state true but is not working, any solution?
This discussion has been closed.
Answers
any thoughts?
Nothing?
Allan I would be glad if you participate in this post
There is no built in option for this in DataTables at this time. If it is something you require you would need to find out which rows are shown before making the Ajax request (
row().child().shown()
) and then reopen them after the Ajax request has completed (using the callback option).Allan