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:
parent
e1c7781c8b
commit
700b67a3d2
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user