GridField

The Grid field type used in Statamic.

Type Definition

Tabular data with defined columns.

type 
GridField
<
T
extends
Record
<string, any> =
Record
<string, any>> = ({
id
: string } &
T
)[];
T
Record<string, any>
The structure of each row (fields beyond the required id)