Hello,

i have a filtered table and want to add some filters. i try a search 
text  and do this

                // Add filters
                if(searchText1) {
                    
this.table1.getTableModel().addNotRegex(searchText1,"Name");
                    filters = true;
                    }

but i want to filter  parts to. He should find  Meyer, Frank

when i submit  something like "Mey" or "eye"

but the result is always empty.

Is their another function to do something this way?

Thank you for a help.

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

Reply via email to