mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Fix caricamento tab
This commit is contained in:
@ -115,6 +115,11 @@ if (Interaction::isEnabled()) {
|
||||
</div>
|
||||
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$($.fn.dataTable.tables(true)).DataTable().columns.adjust();
|
||||
$($.fn.dataTable.tables(true)).DataTable().scroller.measure();
|
||||
});
|
||||
|
||||
function search(button) {
|
||||
var restore = buttonLoading(button);
|
||||
|
||||
|
Reference in New Issue
Block a user