bibliograph schrieb:
> Hello, I was asking this before but it got lost somehow:
>
> I am using the qx.ui.table.Table as a property editor. The first column 
> holds the property key labels, the second one holds the editable 
> property values.
>
> I would like to style the first column as a "header" column and would 
> therefore be happy about a pointer how I can change the background color 
> of a whole table column. In return, I would like to get rid of the 
> column headers.
>   
We don't have a column renderer or something like that. With the current 
API, the only way I see is to write a custom cell renderer, which sets 
the background color.

I think it would be a good idea to be able to disable the headers. For 
example in simple virtual trees the table headers don't make much sense.

To disable the header you may have success if you write a header 
renderer which has a height of 0px but this is rather hacky. I think we 
should add a "showHeader" property on the table. Unfortunately I don't 
have time to implement this in the near future but if you open an 
enhancement bug for this and attach patches to the table to them I'll 
review and apply them.

Best Fabian


> Is this possible and if yes, how can I do this?
>
> Thank you,
>
> Christian
>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
>   


-- 
Fabian Jakobs
JavaScript Framework Developer

1&1 Internet AG
Brauerstraße 48
76135 Karlsruhe

Amtsgericht Montabaur HRB 6484

Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Andreas Gauger, 
Matthias Greve, Robert Hoffmann, Norbert Lang, Achim Weiss
Aufsichtsratsvorsitzender: Michael Scheeren


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to