> So what you are saying is that there is no way to set the entire row 
> color, I have to set each cells color one at a time? I would think that 
> there needs to be a built in way to easily set the entire rows font and 
> color and style and not have to do it on a cell by cell basis.

It's up to your renderer how the cells should like. You could create a 
cell renderer that sets the background of all cells to one color. The 
default cell renderer for example does an alternating row coloring 
depending on the row index.

Perhaps it's a general misunderstanding. The table cells are virtual. 
There is no widget for each cell were you could set the background color 
like in other qooxdoo widgets. The table is designed for huge data 
models. This wouldn't be possible if each cell had a widget 
representation. There are only renderers which are able to create the 
HTML that shows a cell.








-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to