Form specification files / Form item attributes |
The UNMOVABLE attribute prevents the user from moving a defined column of a table.
UNMOVABLE
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.
EDIT c01 = item.comment, UNMOVABLE;