diff --git a/source/Ox.UI/js/List/CustomList.js b/source/Ox.UI/js/List/CustomList.js index ae5fc506..7088973d 100644 --- a/source/Ox.UI/js/List/CustomList.js +++ b/source/Ox.UI/js/List/CustomList.js @@ -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