mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 11:30:55 +01:00
Fix caricamento tab
This commit is contained in:
parent
4d98ee745c
commit
34d4f4e1e7
@ -283,7 +283,6 @@ $(document).ready(function () {
|
||||
// Fix per la visualizzazione di Datatables all'interno dei tab Bootstrap
|
||||
$('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
|
||||
$($.fn.dataTable.tables(true)).DataTable().columns.adjust();
|
||||
|
||||
$($.fn.dataTable.tables(true)).DataTable().scroller.measure();
|
||||
});
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user