function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AmrutAmrut 

lightning:datatable not support image data type

 cmp.set('v.mycolumns', [
           {label: 'Image Here', fieldName: 'image_field',type: 'Formula'},
        ]);

        
The above code is displaying the URL in the lightning dataTable instead of the actual image. Image is choosen according to different criteria in the formula field. what change needs to be done to show the actual image instead of the URL. Thank you
Gopinath418Gopinath418

Hi Amrut,

Did you find any solution for this? As we are facing the same issue.

Thanks,
Gopi