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:

Because this front call be called before the layout is fully rendered, there is no message popup similar to other front calls, when you provide wrong arguments. If errors occur, these will be displayed in the browser debug console.