cancel
Showing results for 
Search instead for 
Did you mean: 

coloring Row in table in webdynpro

ravi_kumar221
Participant
0 Kudos

Hi all i have to color the row of table when  it is not having   any content

kindly help

Accepted Solutions (0)

Answers (3)

Answers (3)

Gowtham
Contributor
0 Kudos

Hi Ravi,

Create one attribute in the same table node with the type 'wdui_table_cell_design' and try to pass some color codes when you are binding the data.


For more info kindly refer :


Colors in Lists - ABAP Programming (BC-ABA) - SAP Library

https://help.sap.com/saphelp_nw70ehp1/helpdata/en/45/0ef14d9d942462e10000000a1553f7/content.htm

- Gowtham

Former Member
0 Kudos

Hi,

Refer below link which will give you idea.

Color the row in the Table

Thanks

KH

former_member184578
Active Contributor
0 Kudos

Hi,

Create an attribute in context of type wdui_table_cell_design. Bind the columns of the table UI to the created attribute. Set the value to the attribute dynamically when the row is initial.

Refer the standard WDA component WDR_TEST_TABLE

Regards,

Kiran