'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