1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-16 01:11:30 +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(); }).select();
} }
}); });
// Fix larghezza colonne datatables
setTimeout( function(){
datatable.columns.adjust()
}, 100);
} }
function footerCallback(row, data, start, end, display) { function footerCallback(row, data, start, end, display) {