mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-23 13:34:57 +08:00
Re-init file preview modal after column visability change [SCI-2379]
This commit is contained in:
parent
a6275062b7
commit
fa1fea634c
1 changed files with 1 additions and 0 deletions
|
@ -1121,6 +1121,7 @@ var RepositoryDatatable = (function(global) {
|
||||||
TABLE.search(searchText).draw();
|
TABLE.search(searchText).draw();
|
||||||
}
|
}
|
||||||
initRowSelection();
|
initRowSelection();
|
||||||
|
initPreviewModal();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue