more than one Datatable on the same page

more than one Datatable on the same page

rafatablerafatable 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 question has accepted answers - jump to:

Answers

This discussion has been closed.