Ann gave a really nice answer to adding images inside datatable.
Just make sure you add an img.css
file to the assets folder with this code inside:
img[src*="#thumbnail"] {
width:200px;
height:100px;
}
Ann gave a really nice answer to adding images inside datatable.
Just make sure you add an img.css
file to the assets folder with this code inside:
img[src*="#thumbnail"] {
width:200px;
height:100px;
}