DataTable is not a function
DataTable is not a function
tiak
Posts: 1Questions: 1Answers: 0
Hi there,
when I load my page (on a local server) in the Console tab (F12) I have this error
"$(...).DataTable() is not a function"
In the Netword tab (F12), datatable.js has been loaded after jquery.js and before the lots.js (personal file) where I have
"$('#id_table').DataTale();"
I wonder where this come from, I have had the same problem with 2 others plugins used to sort tables
Thanks for your future help
This discussion has been closed.
Answers
Should be
DataTable
.Allan