Re: [qooxdoo-devel] Finding dataset in Table

2008-10-14 Thread Derrell Lipman
On Mon, Oct 13, 2008 at 5:09 AM, Klaus-F. Kaal <[EMAIL PROTECTED]>wrote: > Hi, > > I use the qx.ui.table.model.Simple to populate a table. > > Now, I want to implement a search facility which is done by a dopdown to > select the column (that will sort the table in that column) and then a > textfi

[qooxdoo-devel] Finding dataset in Table

2008-10-13 Thread Klaus-F. Kaal
Hi, I use the qx.ui.table.model.Simple to populate a table. Now, I want to implement a search facility which is done by a dopdown to select the column (that will sort the table in that column) and then a textfield which gives the search string. Is there a pattern on how I can search the tabl