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