cancel
Showing results for 
Search instead for 
Did you mean: 

Highlight specific rows in table

Former Member
0 Kudos

Hi,

I have a requirement wherein I will display a table using webdynpro abap.

First 10 rows of the table should be normally displayed.

Starting from 11th row, every 5th row should be highlighted (may be colored)

e.g. if there are 21 records,

records 1 to 10, 12th to 15th, 17th to 20th have normal display

11th, 16th, 21st record are highlighted

I have tried but am not able to change the properties for specific rows.

Also, I have searched the posts, but they were at cell level and at specific rows level.

Please help me.

Thanks!

Regards

Vasu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can consider 2 options. You can change your node selection property to 0..n , and loop through the node and set the selected property to true based on your logic.

You can also bind cell editor design property to context attribute and bind this attribute to columns cell editor design. You can find wiki about coloring table column.