cancel
Showing results for 
Search instead for 
Did you mean: 

Icons In table

Former Member
0 Kudos

Hi all,

I have a field in the table where i have to place a icon for each row and the Icon should change according to the status.

if the approver has finished approving the icon should be ICON_OKAY and for the current approver the icon should be ICON_LED_YELLOW and for others it should be blank.

After the current approver Approves the ICON_LED_YELLOW should be changed to ICON_OKAY .

Can anybody Pls suggest how to achieve this?

Thanks all

Accepted Solutions (0)

Answers (1)

Answers (1)

saravanan_narayanan
Active Contributor
0 Kudos

Hello Vani,

its very simple. In the context node (which is mapped to the table), create an attribute (say Image_source) of type string. And populate the ICON source in this variable accordingly.

Now in the table create a table_column and add a image cell editor. To the Source property of the image bind the newly created context attribute. Thats it.

BR, Saravanan