I want to show an image in my datatable.The data to be displayed in the datatable is a json array of arrays like this:
data : [["1", "John","image1.jpg"], ["2", "Jim", "image2.jpg"]]
So in my database I only have the name of the image and I don't know how to display the image itself.