Ox.CustomList: handle query update

This commit is contained in:
rolux 2012-12-18 15:04:59 +01:00
parent c27dc129ce
commit e5e93d8e12

View file

@ -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