create-table
function
The create-table
action creates a new table. It belongs to the table category within the ui area.
Action Syntax
create-table with 123 rows
a value followed by A numeric value followed by a value
create-table with $variable rows
a value followed by A variable name starting with $ followed by a value
create-table of $variable with 123 rows
a value followed by A variable name starting with $ followed by a value followed by A numeric value followed by a value
create-table of $variable with $variable rows
a value followed by A variable name starting with $ followed by a value followed by A variable name starting with $ followed by a value
Return Value
This function returns a
GRP_ITEM
value that can be stored in a variable:
$result = create-table
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$grp_item = create-table with 10 rows
Action code: 2368583861
Version: 0.6.4-7
Last updated: 2025-06-13