Hi Saikanth,
Add as many attributes as the number of columns for which you need to colour in the node which is bound to the table UI element. & bind the corresponding attribute to the "cellDesign" property of the corresponding column.
In your Example, there are 4 columns and 3 columns need to be colored.
So declare a node with 7 attributes (+ any extra attributes required based on the requirement).
Bind these 3 attributes (of the corresponding type) to the cellDesign property of the flightnumber, currency & Price columns respectively.
In the code before binding the table using the BIND_TABLE method, set these fields in the internal table to the color code values as required.
Hope this helps you.
Best Regards,
Sireesha Ch