Object Doesn`t support the method DataTable()
Object Doesn`t support the method DataTable()
Kishore17
Posts: 1Questions: 1Answers: 0
Hi All,
I am trying to use DataTables Plugin in our POC, while using the Below code
$('#MyTable').DataTable() it is showing Object Doesn`t support the method DataTable (Java Run Time Error) is anybody faced this problem? Any solution?
This discussion has been closed.
Answers
The first place to start is by making sure everything is setup properly. Take a look at the second item in this FAQ:
https://datatables.net/faqs/index#General-initialisation
This is usually caused by jQuery being loaded multiple times.
Allan