table.fitToViewAllColumns

Adapts the width of table columns to show all columns.

Syntax

ui.Interface.frontCall("table", "fitToViewAllColumns",
  [screen-record],
  []
)
  1. screen-record - This is the name of the screen record / table.

Usage

This front call resizes the columns of a TABLE container, to show all columns in the available space of the window.

The screen-record argument identifies the TABLE container to be re-organized.

Important:

Since this front call can be executed before the layout is fully rendered, no error message popup appears as with other front calls, when you provide wrong arguments. If errors occur, these will be displayed in the browser debug console.