atBack
The atBack method is used within setLayoutHints to keep specified columns at the back of the table. They will not be movable and will scroll off screen.
Syntax
Parameters
| Parameter | Type | Description |
|---|---|---|
| cols | String... | The columns to place at the back of the table. |
| cols | Collection<String> | The columns to place at the back of the table. |
Returns
A new table with layout instructions for the UI.
Examples
In the following example, the column Even is moved to the back of the table.