/
'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
'Grow' table row fields display - Grid Table
'Grow' table row fields display - Grid Table
More like this
Create Dynamic Grid Rows in Tables
Create Dynamic Grid Rows in Tables
More like this
Grid Table
Grid Table
More like this
Grid Table
Grid Table
More like this
Grid Table
Grid Table
More like this
Grid Table Personalization
Grid Table Personalization
More like this