cancel
Showing results for 
Search instead for 
Did you mean: 

Display specific WD table row bold

Former Member
0 Kudos

Hello,

I try to display a specific row of a table in bold. How can I do this?

Accepted Solutions (1)

Accepted Solutions (1)

ChandraMahajan
Active Contributor
0 Kudos

Hi,

if your cell editor in the table is of textView UI element type then you can use property design and set it to emphasized. but this will make the particular column value as Bold.

for your case, you can bind this property dynamically and I guess you need to attach this dynamic property to all columns and then based on some condition, you can set the property as Emphasized. but again i am not sure if this will work.

other option will be displaying the entire row with particular color. for this you can refer SALV_WD_TEST_TABLE_COLORS.

Thanks,

Chandra

Answers (0)