setLayoutHints

The setLayoutHints method creates a new table with information about how the UI should layout the table.

Syntax

Parameters

ParameterTypeDescription
hintsString

The string from LayoutHintBuilder.build(). Hints use the following methods:

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.