/
'Grow' table row fields display - Grid Table
'Grow' table row fields display - Grid Table
Example to set the row count:
How to increase or decrease the table length display in grid table based on the number of rows.
//Get the length of the table.
var tbLength = getField("TableName");
//Set it in the table control using the 'setVisibleRowCount' parameter.
getControl("tableControlId").setVisibleRowCount(tbLength.length);
Used in Apps:
IQX_DEBTORS_ANALYTICS
ALB_CAPEX_MATRIX
, multiple selections available,
Related content
How to Customize the MyForms Display
How to Customize the MyForms Display
More like this
How to Format a Field as a Certain Type
How to Format a Field as a Certain Type
More like this
Data Model
Data Model
More like this