#1 pulizia codice

This commit is contained in:
2023-05-25 16:30:13 +02:00
parent 4030360742
commit 05724f62c1
3 changed files with 8 additions and 7 deletions

6
public/js/app/conti_catanno.js vendored Normal file
View File

@@ -0,0 +1,6 @@
$(document).ready(function() {
$('#listrapporto').DataTable({
responsive: true,
paging: false
});
});