Change the height of rows
Hi,
Thanks for this product.
I’m using customizeCell to show an image instead of a URL inside a cell. I am unable to make the cell grow in height so that the image fits.
Any help would be appreciated.
1 answer
Hello,
Thank you for the question.
In case the row doesn’t grow automatically, you can extend it’s default height by using CSS:
.wdr-grid-row {
height: 60px !important;
}
Hope it helps.
Regards,
WebDataRocks Team