UNMOVABLE attribute
The UNMOVABLE
attribute prevents the user from moving a defined
column of a table.
Syntax
UNMOVABLE
Usage
By default, a TABLE
container allows the user to move the columns by
dragging and dropping the column header.
Use this attribute to prevent the user from changing the order of a specific column.
Typically, UNMOVABLE
is used on at least two columns to prevent the
user from changing the order of the input on these columns.
Example
EDIT c01 = item.comment, UNMOVABLE;