Display image in a DataTable control

I'm working on a SharePoint form. Is it possible to display an image on the column of a DataTable control? The url of the image is from SharePoint list.

Hello @cathy,

Welcome to Plumsail Community!

DataTable doesn't support image columns. You can use List or Library control instead, it supports all types of SharePoint fields, create a Hyperlink or Picture column to display an image within the control.

Thanks minikitina for your help! I'd like to use List or Library control but I have some columns which are not in the SharePoint list such as Quantity and Cost. How can I add those columns to the List or Library control?

@cathy,

For List or Library, it is better to create a new list. In this list, you can create any number and types of columns you need.

Yes, that's what we did. We got two lists so we have two tables on the page. That's the best we can do for now. Thanks for your reply.