We have updated WebDataRocks EULA, effective as of April 18, 2024. Learn more about what's changed.

Change the height of rows

Answered

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

WebDataRocks Team WebDataRocks July 31, 2019

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