ajax reload on row detail table
ajax reload on row detail table
yu yen kan
Posts: 65Questions: 31Answers: 0
ajax reload on this example will remove child row when reload. How can I fix it
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You need to keep track of which child rows are open and then reopen them when the table has been reloaded. The former can be done with
preXhr
, while the later can be done withxhr
.This is how Responsive does it, which you might find use when implementing this yourself.
Allan