Adding image column in DataTables
Adding image column in DataTables
Hi All,
I am new in jquery and dataTables.
I am working on one application in which i will send data from server to dataTable.
I want last column of my datatable to show thumbnail
I am using ajax call to access my webmethod in my asp.net page.
In my list data i have one column that has url of the image that needs to be shown in individual row of grid column.
How use this imageurl to show image.
I am new in jquery and dataTables.
I am working on one application in which i will send data from server to dataTable.
I want last column of my datatable to show thumbnail
I am using ajax call to access my webmethod in my asp.net page.
In my list data i have one column that has url of the image that needs to be shown in individual row of grid column.
How use this imageurl to show image.
This discussion has been closed.