Skip to Content
0
Former Member
May 14, 2010 at 06:27 PM

Web Dynpro Java - Coloring table rows

39 Views

Hi,

Can some one help me with this one ? I need to color each row with different color based on some condition. The earlier thread is not very clear to me. "ShoppingBasket" is the name of my table with "Quantity", "Article" and "Color" fields. Also I need to know how to color each cell.

for(int i=0;i < wdContext.nodeProducts().size();i++)

{

IWDTextView txtView = (IWDTextView) view.getElement("ShoppingBasket");

???????

}

Thanks

Abdulla