mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-09 14:46:47 +08:00
fixes datatable header on add new item action
This commit is contained in:
parent
6585eaa338
commit
10d20a6555
1 changed files with 4 additions and 3 deletions
|
@ -475,10 +475,11 @@ var RepositoryDatatable = (function(global) {
|
|||
SmartAnnotation.init(el);
|
||||
}
|
||||
});
|
||||
// Adjust columns width in table header
|
||||
adjustTableHeader();
|
||||
|
||||
// Init selectpicker
|
||||
_initSelectPicker();
|
||||
// Adjust columns width in table header
|
||||
adjustTableHeader();
|
||||
}
|
||||
|
||||
global.onClickToggleAssignedRecords = function() {
|
||||
|
|
Loading…
Add table
Reference in a new issue