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
|
// so we use a timeout for now
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
that.$body.options({sort: self.options.sort});
|
that.$body.options({sort: self.options.sort});
|
||||||
}, 10);
|
|
||||||
that.gainFocus().triggerEvent('sort', {
|
that.gainFocus().triggerEvent('sort', {
|
||||||
key: self.options.sort[0].key,
|
key: self.options.sort[0].key,
|
||||||
operator: self.options.sort[0].operator
|
operator: self.options.sort[0].operator
|
||||||
});
|
});
|
||||||
|
}, 10);
|
||||||
}
|
}
|
||||||
|
|
||||||
function constructHead() {
|
function constructHead() {
|
||||||
|
|
Loading…
Reference in a new issue