Is it possible to add a thumbnail image in the cells of a certain column? I was looking at this and thought a possible way would be through the column.classes but I am not quite sure...
{
classes: function callback(cell, row, rowIndex, colIndex) { ... }
}
Is it possible to take image data and render in cells of a table?
Thanks!!