cancel
Showing results for 
Search instead for 
Did you mean: 

Coloring cells in Table UI element ABAP webdynpro

0 Kudos

Dear All,

I want to display two columns with different colors based on condition

I have defined two color variables in the context node and bind with respective cell design property. but on execution its getting error.

how to display column wise colors.

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

amy_king
Active Contributor
0 Kudos

Hi,

See the documentation for TableColumn UI element's cellDesign property. This property is used to set a cell's background color. Also see component WDR_TEST_TABLE which has a test which demonstrates use of cellDesign.

Cheers,
Amy