Skip to main content
Hi,

 

I have a image link with ".SVG" Extension. Is there any way to show the image in lightning datatable?

 

thanks in advance
1 answer
  1. Apr 8, 2020, 4:16 PM

    <svg class="slds-icon slds-page-header__icon" aria-hidden="true" >

    <use xlink:href="https://link.com/file.svg"></use>

    </svg>

     

    See if this works
0/9000