Get/set rowLineHeight of individual cell

Hi,

I’ve got a grid that uses adjustRowHeight to guesstimate the row height of cells, but it’s not as specific as I’m aiming for.

However, I’d like to manually get/set the rowHeight (rowLineHeight?) within individual cells–is this possible? Is it possible to get/set information for a specific cell (not just all elements of a column).

Thanks in advance.

Hi,

rowHeight androwLineHeight are global properties. To set the height for a specific row, but you can specify $height of the data item:

Please check the related sample: http://docs.webix.com/samples/15_datatable/07_resize/07_custom_size.html

And the Docs: http://docs.webix.com/datatable__sizing.html#settingthefixedsize