Reload just tables
Reload just tables
LucasQuintana
Posts: 1Questions: 1Answers: 0
Hi! I'm using the 1.10.4 version of DataTable. I do not know how to just reload my tables, I end up doing location.reload() but that isn't the solution I needed. Any idea where can I get some information? Or how someone have done it?
Thanks and sorry about my English
Lucas
This discussion has been closed.
Answers
when you say reload ... are you just trying to redraw them? or reload with new data?
-- you should be able to do something like
$('#example').DataTable().draw()
but depends what you are looking for