;
This commit is contained in:
parent
3cad42ca28
commit
bed780cd06
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ Ox.ClipPanel = function(options, self) {
|
|||
}
|
||||
|
||||
function getListSort() {
|
||||
var sort = [{key: 'index', operator: '+'}]
|
||||
var sort = [{key: 'index', operator: '+'}];
|
||||
if (self.options.sort && self.options.sort.length) {
|
||||
sort[0].operator = self.options.sort[0].operator;
|
||||
sort[0].key = Ox.getObjectById(self.columns, self.options.sort[0].key)
|
||||
|
|
Loading…
Reference in a new issue