headerSize([size])
Class: Table.
Description:
Sets or gets a size (height) of Table header. Set it to 0 to make it not visible.
Parameters:
| Name | Type | Description |
|---|---|---|
|
|
number |
Height of table to set. Omit this argument to get current height. |
Returns:
When setting, an instance of this Table is returned, otherwise a current value is returned.
Type: number | Table
