setLayoutHints
The setLayoutHints method creates a new table with information about how the UI should layout the table.
Syntax
Parameters
| Parameter | Type | Description |
|---|---|---|
| hints | String | The string from |
Returns
A new table with layout instructions for the UI.
Examples
In the following example, column Even is frozen to the front of the table, Odd is moved to the front, B is moved to the back, C is hidden, and A and E form a column group called Vowels.