[EMAIL PROTECTED] writes:

> "Joe Hudson" <[EMAIL PROTECTED]> writes:
>
>> Again, thank you very much for the help Derrell.
>>
>> If I want to have a column that exists in the model but is not displayed,
>> how would I do that?
>
> table.getTableColumnModel().setColumnVisible(columnNumber, false);
>
> Derrell

Two people have reported that the above solution was not working.  I don't
know what the issue was (it works for me).  I have checked in changes to the
Table_1.html example that add a checkbox to hide/show the ID column.  This
should demonstrate how to programatically hide a column.  Both legacy_0_6_x
and trunk versions of Table_1.html have been modified.

Cheers,

Derrell

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to