mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 09:23:58 +08:00
Merge pull request #727 from okriuchykhin/ok_SCI_1445
Fix ordering of the columns after adding the new ones [SCI-1445]
This commit is contained in:
commit
4740564a40
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