I would like to provide variable row height depending upon the content size. is it possible in Slickgrid?
Can you point me towards any examples?
There is also the variable height implementation by JLynch7 on github:
https://github.com/JLynch7/SlickGrid/tree/variableRowHeight
As far as I understand the height is set by user and not automatically computed based on content of the row's cells (I only looked at the example/example-variable-row-height-dataview.html)