On Tue, Jan 6, 2009 at 1:59 PM, robust <sathishcholl...@gmail.com> wrote:
>
> hi
>
> I dont want to show a column in the table as well as in the
> ColumnVisibility
> button.
> For hiding the column from the table I am using the method
> setColumnVisible(0, false); which is wrking.
>
> But I am unable to hide the column name from the ColumnVisibility button.
You can listen for the event "columnVisibilityMenuCreateEnd" which is
dispatched AFTER adding the column list to the column visibility menu. The
event data is a map with two properties: table and menu. You can access
that menu and remove any items you don't want included.
Derrell
------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel