mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-27 10:08:11 +08:00
Fix repository table header [SCI-6559] (#3906)
Co-authored-by: Anton <anton@scinote.net>
This commit is contained in:
parent
4e118d095d
commit
577f449b95
1 changed files with 3 additions and 0 deletions
|
@ -592,6 +592,9 @@ var RepositoryDatatable = (function(global) {
|
|||
|
||||
initAssignedTasksDropdown(TABLE_ID);
|
||||
renderFiltersDropdown();
|
||||
setTimeout(function() {
|
||||
adjustTableHeader();
|
||||
}, 500);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue