Cannot read property 'reload' of undefined
Cannot read property 'reload' of undefined
bkdimri
Posts: 4Questions: 2Answers: 0
I am getting "Cannot read property 'reload' of undefined" error on my page.
I have added ajax reload on my page as per the instructions on. http://datatables.net/reference/api/ajax.reload()
Any help is appreciated
Thanks
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You are using a jQuery object, not a DataTables API instance. See the API manual.
You want to use:
Allan
Thanks Allan. That worked like a charm!