property

AggFn

Defines the function signature for custom aggregation logic that computes a result based on grid data.

Parameters

data[object Object],[object Object][]
gridGrid (docs)

Returns

unknown

property

AggModelFn

Describes the aggregation model configuration. This can be either a string referencing a built-in aggregation or a custom function.

Type

string | AggFn

Variants

  • string
  • AggFn (docs)

property

RowGroupDisplayMode

Enumerates the display modes available for row groups in LyteNyte Grid.

Type

"single-column" | "multi-column" | "custom"

Variants

  • "single-column"
  • "multi-column"
  • "custom"

property

RowGroupField

Defines a field-based grouping configuration used to compute row group keys in the grid.

field

property

The data field to be grouped by.

id

property

Unique identifier for this row group field.

Type

string

kind

property

Type identifier used for discriminating group field types.

Value

"\"field\""

name

property

An optional display name for the row group field.

Type

string

property

RowGroupModelItem

An item in the row group model. This can either be a column identifier (string) or a row group field definition.

Type

string | RowGroupField

Variants

  • string
  • RowGroupField (docs)