dont use sort for index
This commit is contained in:
parent
d27ce4de70
commit
bb0b8c247c
1 changed files with 0 additions and 3 deletions
|
@ -79,9 +79,6 @@ Ox.ClipPanel = function(options, self) {
|
||||||
align: 'right',
|
align: 'right',
|
||||||
id: 'index',
|
id: 'index',
|
||||||
operator: '+',
|
operator: '+',
|
||||||
sort: function(value, data) {
|
|
||||||
return data.sort;
|
|
||||||
},
|
|
||||||
title: Ox._('Index'),
|
title: Ox._('Index'),
|
||||||
visible: false,
|
visible: false,
|
||||||
width: 60
|
width: 60
|
||||||
|
|
Loading…
Reference in a new issue