It is giving this error on console. So how to resolve this type error? HTML and CSS coming properly only jQuery is not comming.
Uncaught TypeError: Cannot read property 'defaults' of undefined at dataTables.bootstrap.js:47
I am using AdminLTE template. In that datatables not working.
$.extend( true, DataTable.defaults, {dom:
"<'row'<'col-sm-6'l><'col-sm-6'f>>" +
"<'row'<'col-sm-12'tr>>" +
"<'row'<'col-sm-5'i><'col-sm-7'p>>",
renderer: 'bootstrap'
} );
I am using AdminLTE template. In that datatables not working. So how to resolve this type of problem?
DataTablehas nodefaultsproperty (or it isundefined). Please edit your question to reflect what exactly you were expecting and what went wrong