RowCellInfo

Represents cells selected for a specific row using primary key and field names, including cell values. This is the standard format for all cell selection operations. Selection persists across paging, sorting, filtering, and column visibility changes.

Props

The following table outlines the props for the RowCellInfo:

NameTypeDefaultDescription
data
{ [fieldName: string]: unknown }
{}

Map of field names to their corresponding cell values for the selected cells in this row. Each key is a field name and the value is the cell's data value.

fieldNames
string[]
[ ]

Array of field names (column identifiers) for the selected cells in this row. Each string represents a column's field property.

rowKey
string | number
-

The primary key value of the row containing the selected cells. Used to identify the row persistently across data operations.