Can anyone think of a way to use a textfield as a filter for a listview? 
To match the text field on one of the columns and remove listview items 
that don't match.

My specific example has a listview with 3000 rows pulled from a 
database. I am preloading it because of the time it takes to create. And 
there are cases where the client will want to start from the full list, 
so it's not really an option to do a standard autocomplete type of 
scenario. At the same time, I think it will be too big of a speed hit to 
remove/push the array of 3000 items everytime they type a number.

So I guess I'm wondering it anyone can think of a way to just filter the 
listview and hide the display of items that don't match a certain 
criteria (the textfield) while still keeping the items in the array 
that's driving the full listview.

Any ideas?

Thanks in advance again...You guys have been a great help as I've been 
learning Qooxdoo.

Jon

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to