data reload
data reload
![fischer](https://secure.gravatar.com/avatar/d20ed1d18463be1c7b06ecca30b5efa4/?default=https%3A%2F%2Fvanillicon.com%2Fd20ed1d18463be1c7b06ecca30b5efa4_200.png&rating=g&size=120)
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