ajax reload on row detail table

ajax reload on row detail table

yu yen kanyu yen kan Posts: 65Questions: 31Answers: 0
edited March 2017 in Free community support

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

Answers

  • allanallan Posts: 63,871Questions: 1Answers: 10,522 Site admin
    Answer ✓

    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 with xhr.

    This is how Responsive does it, which you might find use when implementing this yourself.

    Allan

This discussion has been closed.