Hi, On Saturday February 20 2010 23:58:09 [email protected] wrote: > selectBox.addListener("changeSelection", function(e) { > var key = e.getData()[0].getUserData("key"); > var value = e.getData()[0].getUserData("value"); > if(key == "") { > //this.tableModel2.resetHiddenRows(); > } > else { > this.tableModel2.addNumericFilter("==", 1, "A > boolean"); > //this.tableModel2.addRegex("==", value) > this.tableModel2.applyFilters(); > //alert(e.getData()[0].getUserData("key")); > } > },this); > > container.add(selectBox); > return container; > }, The third parameter of "addNumericFilter" is a column name of the model. Do you have such a column configured?
cheers, Alex ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
