More than one table on the same page
More than one table on the same page
fmarzocca
Posts: 3Questions: 1Answers: 0
Can I have more than one Datatable on the same page, with different "id"?
I mean:
$(document).ready(function() {
$('#example').dataTable();
$('#example2').dataTable();
$('#example3').dataTable();
} );
This discussion has been closed.
Answers
Silly question. Of course it can be done...
sorry.