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.
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
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?
Hi Siddhant no, I am looking for how to add image in action column
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.
Thank you it worked