More than one table on the same page

More than one table on the same page

fmarzoccafmarzocca 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();
} );

Answers

This discussion has been closed.