Answers for "$(...).DataTable is not a function"

1

$(...).DataTable is not a function

Plain text1<br><script src = "http://cdn.datatables.net/1.10.18/js/jquery.dataTables.min.js" defer ></script>

//Just add defer at the end of this script
Posted by: Guest on November-24-2020
3

$(...).DataTable is not a function

There could be multiple reasons for this error.

1. jQuery DataTables library is missing.
2. jQuery library is loaded after jQuery DataTables.
3. Multiple versions of jQuery library is loaded.
Posted by: Guest on August-20-2020

Code answers related to "$(...).DataTable is not a function"

Code answers related to "Javascript"

Browse Popular Code Answers by Language