table.autoFitAllColumns
Adapts the width of table columns to the displayed data.
Syntax
ui.Interface.frontCall("table", "autoFitAllColumns",
[screen-record],
[]
)
- screen-record - This is the name of the screen record / table.
Usage
This front call resizes the columns of a TABLE
container, to make the column
contents fully visible.
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.