image cannot render
image cannot render
Hello i want to render image in datatable with link from query like this
\KLIDIDC01SRV013\file_server\kwms_images\sku\000\000\000\000\811.jpg
image cannot show, and must change the link like this for display image
/storage/sku/000/000/000/000/713.jpg
can you help me how to change data value render or explode the data to show image
my code
inspect
Answers
The image would need to be accessible to the web-page, so you would normally host the files within the web-server's file area. That's not a DataTables issue, that's standard HTML - this W3schools page may help,
Colin