515
Views
5
Comments
Solved
Insert  Icon in Action column in a Data Grid
Application Type
Reactive
Service Studio Version
11.14.14 (Build 59923)

I want to add one image in action column that will be clickable. Currently I am using outsystems icon but how can I replace the icon with image.

2021-03-18 21-03-15
Benjith Sam
 
MVP
Solution

Hi Rajeshree,

For the mentioned use-case, you can define the image tag with the image relative url as src attribute value as shown below.

"<img src='/ModuleName/img/FileName.png' style='height:30px;' ></img>"

Demo screen: DG_ColumnCell_Icon

I hope this helps you!


Kind regards,

Benjith Sam

2023-03-01 13-44-24
Siddhant Chauhan

Hi,


Yes you can use image and to make it clickable/navigate/perform some action:

use one link widget, under that link widget you can use image... and link button can use to navigate and perform some action.


is this what you are looking for?

link_image_navigate.JPG
2022-11-25 06-39-01
Rajeshree

Hi Siddhant no, I am looking for how to add image in action column

2021-11-03 19-55-34
Asher

Unless I'm misunderstanding, you should be able to drag the "Icon" widget into your "action column" and then tweak the interaction to suit your needs. 

Without more to go on, this is as close as I can advise.

2021-03-18 21-03-15
Benjith Sam
 
MVP
Solution

Hi Rajeshree,

For the mentioned use-case, you can define the image tag with the image relative url as src attribute value as shown below.

"<img src='/ModuleName/img/FileName.png' style='height:30px;' ></img>"

Demo screen: DG_ColumnCell_Icon

I hope this helps you!


Kind regards,

Benjith Sam

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.