Re: [qooxdoo-devel] Search functionality on Table Columns

2008-07-11 Thread kanugula
Thanks Derell. I was able to open that site from my home. I think my office firewall blocking some content and I get invalid XML response error. I liked the Filter they are using with a popup. That's much better than a drop down at the end of each column which I am thinking of. With a popup, at

Re: [qooxdoo-devel] Search functionality on Table Columns

2008-07-10 Thread Derrell Lipman
On Thu, Jul 10, 2008 at 4:49 PM, kanugula <[EMAIL PROTECTED]> wrote: > > Unfortunately, that site is not functioning. I just got into it with no problems. You should probably try again. > > Does anybody you know how it looks like from search functionality? Does it > have a drop-down at the end

Re: [qooxdoo-devel] Search functionality on Table Columns

2008-07-10 Thread kanugula
Unfortunately, that site is not functioning. Does anybody you know how it looks like from search functionality? Does it have a drop-down at the end of Column? Thanks. Kanugula. Andreas Ecker-2 wrote: > > Hi, > > besides the rather technical > http://demo.qooxdoo.org/current/demobrowser/#exa

Re: [qooxdoo-devel] Search functionality on Table Columns

2008-07-10 Thread Andreas Ecker
Hi, besides the rather technical http://demo.qooxdoo.org/current/demobrowser/#example~Table_4.html you should look at the following cool app that offers nice and powerful table filtering. Mike and Dan created this demo app and contributed the filtered table model to qooxdoo (thanks again guys!):

Re: [qooxdoo-devel] Search functionality on Table Columns

2008-07-10 Thread Romain FLIEDEL
Ok, it's quite more advanced ... kanugula a écrit : I think this is different. It should be a searchable Filter like http://extjs.com/blog/2007/11/26/extended-filtering-using-the-grid-filter-plugin/ http://extjs.com/blog/2007/11/26/extended-filtering-using-the-grid-filter-plugin/ Romain

Re: [qooxdoo-devel] Search functionality on Table Columns

2008-07-10 Thread kanugula
I think this is different. It should be a searchable Filter like http://extjs.com/blog/2007/11/26/extended-filtering-using-the-grid-filter-plugin/ http://extjs.com/blog/2007/11/26/extended-filtering-using-the-grid-filter-plugin/ Romain Fliedel wrote: > > Hi, > > to filter a table you can

Re: [qooxdoo-devel] Search functionality on Table Columns

2008-07-10 Thread Romain FLIEDEL
Hi, to filter a table you can use a qx.ui.table.model.Filtered for your table. You can find an example here : http://demo.qooxdoo.org/current/demobrowser/#example~Table_4.html Guilherme Aiolfi a écrit : Hi, I have no answer for your question, Kanugula. But I have more questions about the s

Re: [qooxdoo-devel] Search functionality on Table Columns

2008-07-10 Thread kanugula
Thanks for your response. I like ExtJs's right side drop-down on each column. It would be nice to have such wonderfull feature in Qooxdoo's Table Column Model. We currently have such drop-down on .NET(non-AJAX) application. I will try to hack the Table.js for a drop-down on Column. Thanks. Kan

Re: [qooxdoo-devel] Search functionality on Table Columns

2008-07-10 Thread Guilherme Aiolfi
Hi, I have no answer for your question, Kanugula. But I have more questions about the subject: 1) Filtering/searching is a very common task for tables. Is there any plugin/project for it? 2) If the answer for the first question is "no", maybe a filter for table widget should be considered in 0.8

[qooxdoo-devel] Search functionality on Table Columns

2008-07-10 Thread kanugula
Hi, My users are asking some kind of search functionality at Table column level. They want to see a row of text field above each Table Column to filter data. I am just thinking of something like this. Just above the main table, I will create another table with no columns and one row of Text Fi