SharePoint getting error like Object doesn't support property or method 'DataTable'
SharePoint getting error like Object doesn't support property or method 'DataTable'
mohnavms
Posts: 1Questions: 1Answers: 0
i am try to load datatable in SharePoint, facing the issue. unable to load the datatable.
$('#mytbl').DataTable({
"pagingType": "full_numbers"
});
I am using latest js and css file references, but i am unable to resolve.
Error: Object doesn't support property or method 'DataTable'
Please help me.
This discussion has been closed.
Answers
Based on looking at other threads for that error it may be that you are loading jQuery twice. If this doesn't help please post a link to your page or a test case replicating the issue.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin