Blob type database fields (images/video) to datatable cells - HOW TO?

I am sucessfully showing datatable cells data using connectors/json data type. However one of my field column on database is an image/video. I am trying to define a template for that column on the component but is not working. Any tips please?

I don’t think, that this is the best idea, but you can include data in the JSON as base64 encoded string, and on a client side, use a template which will embed data in the image tag.

For a big content it probably will be better to load such objects by separate on-demand requests.

Thanks…you are right too complex for me now. I ll be back to this later. :slight_smile: