Display Images in a table list

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2015 01:25 AM
I have a popup window that displays a filtered table. One of the fields on the table is a company logo which I'd like to display in the list.
I'm wondering if it is possible to display images in a table list view?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2015 01:55 AM
There is a image type in field types. Can't you use that?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2015 02:06 AM
That's what I tried originally but I just get nothing showing in the list view. Any thoughts on where I could be going wrong?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2015 02:11 AM
Have you added the field in the layout? Is the image already present on the field?
I just created a custom table and added this code and verified
var gdw = new GlideDialogWindow('display_image');
gdw.setPreference('table', 'u_custom_table_list');
gdw.render();

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2015 02:14 AM
Yes I have the field on the layout it is showing the column header just no content in the rows (for the image field)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2015 02:32 AM
Strange.. I am on Fuji and you ? Can you paste the screenshot of record and list view?