3 lines
60 B
JavaScript
3 lines
60 B
JavaScript
|
$(function() {
|
||
|
$('#datatables-example-1').DataTable();
|
||
|
});
|