mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-02 13:12:13 +08:00
Fix ordering of the columns after adding the new ones [SCI-1445]
This commit is contained in:
parent
6b1fb96f25
commit
4c6690e59b
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ function dataTableInit() {
|
|||
data = myData;
|
||||
}
|
||||
$.ajax({
|
||||
async: false,
|
||||
url: '/repositories/' + repositoryId + '/state_save',
|
||||
data: {state: data},
|
||||
dataType: 'json',
|
||||
|
|
Loading…
Reference in a new issue