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:36 AM
Normal list view in the instance, it works.. Have not tried in pop up window yet.. But that should work..

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2015 01:38 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2015 01:39 AM
I just tested and it works in glidedialogwindow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2015 01:51 AM
How did you setup the image field? I tried as an HTML field with <img src="<image>"/> and it displays fine in the form view but in the list view it comes through as <p><img src="/<image>"/></p>