Hi, is it possible to - programmatically - set the height of a given row? The property rowHeights expects an array or a fixed number. I could pass a function, via updateSettings, giving the row index and change this way but my concern is performance in a complex sheet.
Thanks.
Hi @thiagarajan
rowHeights
can be a function as well. Here is an example http://jsfiddle.net/upL62mLx/
Does it meet your project requirements?
Hi @aleksandra_budnik, yes this works. I was concerned about performance but it was ok to use this approach.
Thanks.
Great. I’m glad to hear that.
I think that we can close this topic.