image cannot render

image cannot render

rakanugrorakanugro Posts: 3Questions: 3Answers: 0
edited February 2022 in General

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

  • colincolin Posts: 15,118Questions: 1Answers: 2,583

    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

Sign In or Register to comment.