How can i reload the ajax data in table.
How can i reload the ajax data in table.
avinashm
Posts: 1Questions: 1Answers: 0
I have tryied all the functions but they are not working. It always show that function is not defined. please help me
This discussion has been closed.
Answers
Please link to a test case, as required in the forum rules.
Very likely you are using
$().dataTable()
rather than$().DataTable()
. See the documentation for how to access the API for more information.Allan