hide
The hide method is used within setLayoutHints to hide columns in the table by default.
Syntax
Parameters
| Parameter | Type | Description |
|---|---|---|
| cols | String | The columns to hide in the table. |
| cols | Collection<String> | The columns to hide in the table. |
Returns
A new table with layout instructions for the UI.
Examples
In the following example, the column Even is hidden in the result table.