Hi Everybody!
A simple question :
I have a tableView in a BSP. I want to make a special design for some rows, depending on values.
So I use an iterator, and within the method
RENDER_CELL_START
, I try to write something forP_STYLE
parameter, something like this :P_STYLE = '<td style=`background-color:#CCAADD;`>'.
but of course it's not working...
Any idea from BSP professionnals ?
Thanks!
François