...
In the ‘More..’ properties of a Grid Table, set showColumnVisibilityMenu to true. This allows customization of the table columns by right-clicking on the column header.
In the ‘More..’ properties of a Grid Table, set personalizationKey to an arbitrary value. This will be used as the key to store the personalization settings.
Each column in the table should have the Personalization Key property set to a unique value that identifies each column. This can simply be set to the same value as the Id property.
...