ADF -- Dynamic InlineStyle on cells of table based on specified conditions.
Remya880Feb 20 2013 — edited Feb 21 2013Hi there!!
I am trying to figure out Dynamic Inline Style on cells in ADF:
Need to color a few columns for a particular row (don't wanna color the entire column--just want to color those cells in columns that matches the specified condition for that particular row, in MY CASE:- row: having Col-A ="BBB" column: having value>250 ).
Col-A Col-B Col-C Col-D
AAA 100 255 300
BBB *255* *300* 100
I want to color the cells in BOLD....
My basic condition:- Col-A = 'BBB' and other col values >250
Can anyone help me out with this???