[SalesForce] ny way/workaround to display images from formula field in Lightning:Datatable (aura component)

I have one component in which I have used lightning:DataTable aura component. All things are working fine until we display the image formula field. Is there any workaround to support the image formula field in aura lightning datatable component?

I have read somewhere in the blog that we can add the custome data type to display the image in datatable but this works with only LWC. I am looking for the aura component solution.

So, is there any way to add custom data type in lightning:datatable column?

FYI: I know there is idea for the same here:https://success.salesforce.com/ideaView?id=0873A000000lKqxQAE
I am looking for alternative solutions.

Best Answer

Displaying images in lightning:datatable is possible as mentioned in LWC component reference [refer to Creating Custom Data Types in this link]. Although, it requires additional development, it seems to be possible.