fake-table
function
The fake-table
action creates a fake table for testing. It belongs to the mock category within the dev area.
Action Syntax
fake-table 123 rows 123 columns
A numeric value followed by a value followed by A numeric value followed by a value
Return Value
This function returns a
GRP_ITEM
value that can be stored in a variable:
$result = fake-table
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$grp_item = fake-table 10 rows 10 columns
Action code: 3069021208
Version: 0.6.4-6
Last updated: 2025-06-13