data reload
data reload
Hi.
We have some tables that are initialized, with the data option, instead of ajax. Now I'm looking for a method similar to ajax.reload re-initializing the table again with initial configuration.
This discussion has been closed.
Answers
Use
clear()to clear the Datatable thenrows.add()to add the new rows.Kevin