Fix larghezza automatica colonne datatables

This commit is contained in:
FabioL 2024-03-26 19:25:27 +01:00
parent e1c7781c8b
commit 700b67a3d2
1 changed files with 5 additions and 0 deletions

View File

@ -410,6 +410,11 @@ function drawCallback(settings) {
}).select();
}
});
// Fix larghezza colonne datatables
setTimeout( function(){
datatable.columns.adjust()
}, 100);
}
function footerCallback(row, data, start, end, display) {