rowHeight([height])
Class: Tree.
Description:
Sets or gets a height of each row. If returned value is 0 or less, then height is determined automatically.
Parameters:
| Name | Type | Description |
|---|---|---|
|
|
number |
New row height |
Returns:
If called without arguments, a current row height is returned, otherwise this Tree object is returned for chaining.
Type: number | Tree
