mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-02 18:04:29 +08:00
Merge pull request #1131 from okriuchykhin/ok_SCI_2379
Re-init file preview modal after column visability change [SCI-2379]
This commit is contained in:
commit
ed8237484b
1 changed files with 1 additions and 0 deletions
|
@ -1161,6 +1161,7 @@ var RepositoryDatatable = (function(global) {
|
||||||
TABLE.search(searchText).draw();
|
TABLE.search(searchText).draw();
|
||||||
}
|
}
|
||||||
initRowSelection();
|
initRowSelection();
|
||||||
|
initPreviewModal();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue