mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 17:36:13 +08:00
Fixed bug with order in inventories SCI-3006
This commit is contained in:
parent
108d8474f1
commit
4145b2565c
1 changed files with 1 additions and 0 deletions
|
@ -1284,6 +1284,7 @@ var RepositoryDatatable = (function(global) {
|
|||
});
|
||||
reorderer.order(listIds, false);
|
||||
loadColumnsNames();
|
||||
initRowSelection();
|
||||
}
|
||||
});
|
||||
$('.sorting').on('click', checkAvailableColumns);
|
||||
|
|
Loading…
Reference in a new issue