1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-28 00:30:45 +01:00

Fix larghezza automatica colonne datatables

This commit is contained in:
FabioL 2024-03-26 19:25:27 +01:00
parent e1c7781c8b
commit 700b67a3d2

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) {