How can i reload the ajax data in table.
How can i reload the ajax data in table.

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.
I have tryied all the functions but they are not working. It always show that function is not defined. please help me
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