SharePoint getting error like Object doesn't support property or method 'DataTable'

SharePoint getting error like Object doesn't support property or method 'DataTable'

mohnavmsmohnavms 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.

Answers

This discussion has been closed.