mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 05:02:50 +08:00
Fix reloading of datatables header again
This commit is contained in:
parent
ba9edcdbe1
commit
b78211e3ca
1 changed files with 2 additions and 2 deletions
|
@ -1346,8 +1346,8 @@ var RepositoryDatatable = (function(global) {
|
|||
function redrawTableOnSidebarToggle() {
|
||||
$('#sidebar-arrow').on('click', function() {
|
||||
setTimeout(function() {
|
||||
TABLE.draw();
|
||||
}, 250);
|
||||
adjustTableHeader();
|
||||
}, 400);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue