Table
3 posts tagged with "Table"
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:
fill-column
The fill-column action fills a table column with fixes value. It belongs to the table category within the ui area.
Action Syntax
fill-column $variable with 123
A variable name starting with $ followed by a value followed by A numeric value
fill-column $variable with "text"
A variable name starting with $ followed by a value followed by A quoted text string
fill-column $variable with true|false
A variable name starting with $ followed by a value followed by A boolean value (true or false)
fill-column $variable with $variable
A variable name starting with $ followed by a value followed by A variable name starting with $
fill-column $variable with YYYY-MM-DD
A variable name starting with $ followed by a value followed by A date in YYYY-MM-DD format
fill-column $variable with HH:MM
A variable name starting with $ followed by a value followed by A time in HH:MM format
fill-column $variable with 30m
A variable name starting with $ followed by a value followed by A duration (e.g., 30m, 2h)
fill-column $variable with IT
A variable name starting with $ followed by a value followed by a value
Examples
// Basic Usage
fill-column $foo.bar with 10
Action code: 135987005
Version: 0.6.4-1
Last updated: 2025-06-13
sort-table
function
The sort-table action sorts a table by a specify column name. It belongs to the table category within the ui area.
Action Syntax
sort-table $variable by "text"
A variable name starting with $ followed by a value followed by A quoted text string
sort-table $variable by $variable
A variable name starting with $ followed by a value followed by A variable name starting with $
Return Value
This function returns a
GRP_ITEM
value that can be stored in a variable: