Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

296
Views
Display images instead of URLs of images for a column on a table (Retool)

I have a table on Retool and the "image" column has the URLs of images. I want to display images in the "image" column instead of the URLs of images.

enter image description here

Are there any ways to display images in the "image" column instead of the URLs of images?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

You can use HTML for "image" column.

First, click on "image" on the right panel to open "image" column settings:

enter image description here

enter image description here

Second, enable "Render cell as pure HTML" on "image" column settings:

enter image description here

Third, put this code to "Mapper" on "image" column settings:

("self" refers to the URL of image)

<img src="{{ self }}" style="height:100px;">

enter image description here

Finally, you can display images instead of the URLs of images for "image" column:

enter image description here

In addition, of course, you can give HTML effect to "name" column with the same steps:

("self" refers to name)

<h4>{{ self }}</h4>

enter image description here

Finally, the size of the names of "name" column get bigger:

enter image description here

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!