How to get Custom Icon in List View

arnabbose
Tera Expert

Hello,

I wanted to know how to bring customized icons such as below in list view of a custom table. These icons will depict certain conditions like shared items / transferred items. However, wanted to check if it is possible to bring such customized icons in list view.

find_real_file.png

22 REPLIES 22

Hi Arnab,



Using the background-image: url(), method, yes, only one image per field.



I'm curious to know what the use case is for multiple icons.


Hi ctomasi,



When the same item is being shared between two teams OR transferred between teams - the icons are supposed to appear.



There could be a case that both are true in an instance. Then we need two icons.


Hi Arnab,



I don't have a way to do that at the moment. If something comes up, I'll let you know.


Thank you. Much appreciated


Hi Arnab,



I am trying to figure out how to do the same thing. I have an icon for if a user is in a state of "legal hold". It is similar to the VIP icon. But the issue is what if a user is a VIP AND in Legal Hold? In the list view I want both of the icons to display beside their name. However, the <td> element holding the icon is hard-coded at 16px by 16px. So I can't put them side by side and have a 32px by 16px set of icons. I am trying to figure out a workaround. I will reply if I think of anything.