more than one Datatable on the same page
more than one Datatable on the same page
rafatable
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:
This discussion has been closed.
Answers
Here's a funny thing:
https://datatables.net//forums/discussion/23219
ok, but Show me how!!
Take a look on my example here : https://jsbin.com/venanudeso/edit?html,js,output
@rafatable - yes you can, and if you tried your code it would work. There is also this example.
@mackmack and @allan Thank you so much....His advice was very helpful....Keep sharing the knowledge