HOW TO SHOW IMAGE IN YAJRA DATATABLE COLUMN [SOLUTION]
I have a table where I need to show title, image and option. I have already made a datatable jquery and called the data. My table is as below. <table class=”table”> <thead> <tr> <th>#</th> <th>Title</th> <th>Image</th> <th>Option</th> </tr> </thead> <tbody> </tbody> </table> And … Read moreHOW TO SHOW IMAGE IN YAJRA DATATABLE COLUMN [SOLUTION]