Configure Table Column Resizing Without Impacting Other Columns
You can configure your tables such that when you resize a column, the widths of all other columns remain unchanged.
If the resized column causes the total table width to exceed the available visible area, a horizontal scrollbar appears at the bottom of the table. You can use this scrollbar to move horizontally and view the remaining columns.
You can configure this for each App UI as follows:
- Open your container page in Visual Builder Studio.
- In the Variables tab, under Constants, select columnResizeBehavior.
- Set Default Value to Add.
Note: If you have created a Custom Object in a previous release and
don’t see the columnResizeBehavior constant, create a new
constant named "context" and set the Default Value to {"columnResizeBehavior":
"add"}.