How to reinitialize dataTable?

How to reinitialize dataTable?

EricBrianEricBrian Posts: 1Questions: 0Answers: 0
edited February 2010 in General
I display tables on the fly that I get via AJAX. When I replace the table, the sorting gets lost and I can't figure out how to get dataTable to initialize again with the new table.

Any help?

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    If you just want to reload the data in the table, you can use this plug-in: http://datatables.net/plug-ins/api#fnReloadAjax

    Regards,
    Allan
This discussion has been closed.