I literally have 0 configuration for my table, first time i use this and i get this error:
jquery.dataTables.min.js:90 Uncaught TypeError: Cannot read property 'mData' of undefined(…)
Im using laravel and in the welcome.blade i put this
and add the class to my table
<
table class="dt table table-striped table-responsive">
but immediately it doesnt work
please help