Reload just tables

Reload just tables

LucasQuintanaLucasQuintana 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

Answers

  • jd0000jd0000 Posts: 25Questions: 6Answers: 0
    edited December 2014

    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

This discussion has been closed.