I have in my datagrid a column with the GridColumnLink type. The URL behind it works fine when I click on the cell. The only things is, I want to put a paperclip icon in the cell. Now it shows the ID of the record. Is this possible? The paperclip icon is added by me as a resource but I prefer to point to the Richwidgets paperclip icon.
Hello.
Have you true to take a look at the sample application available on Forge where you have some advanced scenarios that include adding images?
Looking at what is done there you can achieve the use case you mentioned.
Cheers,GM
Hi Raymond,
please refer the screenshot below, yes you can add icon along with link in the datagrid and you can find the sample code as well:
Hi Manish,
this is not the GridColumnLink type in the example but the GridColumnDownload or GridColumnUpload. With these one you can't choose the icon next to it by the way.......
I am having the same problem with OutSystems Data Grid Web. I have sent in a URL and linked the JSON URL field to the GridColumnLink widget. From what I've researced, the Title field in the properties of the GridColumnLink widget is where you should put the display name of the link. So if you want the link text to be "Click Here" you would put it in the Title field. I am trying to make the link text dynamic based on a field in the JSON and that is not working. When I put the field name in Title, it just displays the hard code for every line in the data grid. There must be a way to get dynamic link text? Can someone help? Thanks