minor timeout voodoo
This commit is contained in:
parent
4105f79106
commit
075aac449c
1 changed files with 4 additions and 4 deletions
|
@ -380,11 +380,11 @@ Ox.TableList = function(options, self) {
|
|||
// so we use a timeout for now
|
||||
setTimeout(function() {
|
||||
that.$body.options({sort: self.options.sort});
|
||||
that.gainFocus().triggerEvent('sort', {
|
||||
key: self.options.sort[0].key,
|
||||
operator: self.options.sort[0].operator
|
||||
});
|
||||
}, 10);
|
||||
that.gainFocus().triggerEvent('sort', {
|
||||
key: self.options.sort[0].key,
|
||||
operator: self.options.sort[0].operator
|
||||
});
|
||||
}
|
||||
|
||||
function constructHead() {
|
||||
|
|
Loading…
Reference in a new issue