TypeError: Cannot read property 'mData' of undefined With Bootstrap Template
TypeError: Cannot read property 'mData' of undefined With Bootstrap Template
GBastos
Posts: 3Questions: 1Answers: 0
Hello guys!
I am not understanding that error: "TypeError: Cannot read property 'mData' of undefined" I got the Example table in this site, using the Bootstrap Style and I use the Bootstrap theme, but it doesn't work :(
This discussion has been closed.
Answers
I just used:
$(document).ready(function() {
$('#example').DataTable();
} );
To start the DataTable.
Ohhh it was a very stupid thing, I missed the > of the
<
table>
Its ok now.