May I know if it is possible to put pictures or images into the rows of DataTables (http://datatables.net/) and how does one goes in doing it?
Asp.net core DataTables The following code retrieve the image from a folder in WWWroot and the path in the DB field ImagePath
WWWroot
ImagePath
{ "data": "ImagePath", "render": function (data) { return ''; } }