6 lines
107 B
JavaScript
Vendored
6 lines
107 B
JavaScript
Vendored
$(document).ready(function() {
|
|
$('#listrapporto').DataTable({
|
|
responsive: true,
|
|
paging: false
|
|
});
|
|
}); |