I'm using datatable on a laravel project. But table is not rendering. It is showing the error:
Uncaught TypeError: $(...).DataTable is not a function
at HTMLDocument.<anonymous> (dashboard:147)
at l (datatables.min.js:14)
at c (datatables.min.js:14)
I've included jQuery, js and css as following order
- jQuery
- datatable js
- datatable css
what else might cause the problem?