Refresh table after appending new tr using Jquery

Refresh table after appending new tr using Jquery

sacdelsacdel Posts: 2Questions: 0Answers: 0
edited September 2013 in General
Hi I need to refresh table after appending new tr's dynamically using jquery. I have search but couldn't find a way to refresh table.
One way is to add tr using fnAddData but in mycase I cannot do that. Is there any other way?

Replies

  • allanallan Posts: 63,508Questions: 1Answers: 10,471 Site admin
    See: http://datatables.net/faqs#append .

    Allan
This discussion has been closed.