Administrator can change table column resize behavior

Provides an option for administrators to change the table column resize behavior from the current default ('redistribute') to 'add'. When enabled, column resize gestures will only affect the width of a single column. Performing a column resize gesture via drag and drop will increase or decrease the total width of all columns in the Table by the resize amount. Works best when several columns are present or horizontal overflow is likely. This applies to all tables in application.

Administrators can change how table columns resize across the application. By default, behavior remains the same after upgrade; administrators can enable an alternate 'add' resize mode for their applications.

Steps to enable and configure

Leverage the Visual Builder Studio to expose your applications. To learn more about extending your application using Visual Builder, visit Oracle Help Center > your apps service area of interest > Books > Configuration and Extension.

In VB Studio, change the columnResizeBehavior constant to "add" on the Container page (application flow) for each App UI cx-sales, cx-custom

If you created a Custom Object in a previous release and don’t see this constant, create a new constant named "context" and set the Default Value to: 
{"columnResizeBehavior": "add"}