Hi,

On Tuesday 07 June 2011 11:32:00 Kovács Zoltán wrote:
> The development for my application, written in qx, is approaching its end
> phase. This means that qx has been successfully used for the client side
> framework for a 30+ tables application. Thanks for the good work to
> everyone!
Thanks for the kudos!

> Now I'm in the progress of some fine tuning of my application. One of
> issues is to add searching facility for table contents. The easiest
> solution would be to use the built-in searching facility of the web
> browser (CTRL-F3 in most browsers), but this is not working in Chrome or
> Firefox. I guess this is not working at all in any browsers (I tested all
> examples in http://demo.qooxdoo.org/current/demobrowser/# -> Demos ->
> table).
> 
> Is this feature planned to be implemented in qx?
AFAIK, it is not planned to do so. However, you can file a bug report for this 
as an enhancement.

As an alternative you can use the Filtered table model to implement your use 
case. 

Demo:
http://demo.qooxdoo.org/current/demobrowser/#table~Table_Filtered_Model.html

API:
http://demo.qooxdoo.org/1.4.1/apiviewer/#qx.ui.table.model.Filtered

For example, you can create a textfiield where the user can input his search 
term and filter the table model with this search term. The table would then 
update its rows and the user would only see the rows which match with the 
search term.

Regards,
  Alex

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to