How to redraw Datatable in VueJS

How to redraw Datatable in VueJS

mitomito Posts: 1Questions: 1Answers: 0

I'm using Datatables in Laravel with VueJS frontend. I have a dynamic router '/admin/category/:slug' that i want to axios data and redraw datatable with new data when slug changes. How could i do that? Sr for my bad English

This question has an accepted answers - jump to answer

Answers

  • kthorngrenkthorngren Posts: 21,303Questions: 26Answers: 4,947
    Answer ✓

    redraw datatable with new data when slug changes

    I'm not sure how to know when the data changes but if you are using the ajax option you could use ajax.reload() to fetch the new data.

    Kevin

This discussion has been closed.