Form specification files / Form item attributes |
The UNSORTABLECOLUMNS attribute indicates that the columns of the table cannot be selected by the user for sorting.
UNSORTABLECOLUMNS
When using this attribute in a TABLE definition, the end user will not be allowed to sort rows.
TABLE t1 ( UNSORTABLECOLUMNS )