Defines the function signature for custom aggregation logic that computes a result based on grid data.
data | [object Object],[object Object][] |
grid | Grid (docs) |
unknown
Describes the aggregation model configuration. This can be either a string referencing a built-in aggregation or a custom function.
string | AggFn
string
AggFn
(docs)Enumerates the display modes available for row groups in LyteNyte Grid.
"single-column" | "multi-column" | "custom"
"single-column"
"multi-column"
"custom"
Defines a field-based grouping configuration used to compute row group keys in the grid.
The data field to be grouped by.
Type | FieldRowGroup |
Unique identifier for this row group field.
string
Type identifier used for discriminating group field types.
"\"field\""
An optional display name for the row group field.
string
An item in the row group model. This can either be a column identifier (string) or a row group field definition.
string | RowGroupField
string
RowGroupField
(docs)