Ox.CustomList: handle query update
This commit is contained in:
parent
c27dc129ce
commit
e5e93d8e12
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ Ox.CustomList = function(options, self) {
|
|||
});
|
||||
}
|
||||
},
|
||||
query: function() {
|
||||
self.$list.options({query: self.options.query});
|
||||
},
|
||||
selected: function() {
|
||||
self.$list.options({selected: self.options.selected});
|
||||
// FIXME: TableList doesn't trigger event here
|
||||
|
|
Loading…
Reference in a new issue