CellIdentifier

Represents the position of a single cell using primary key and field name. Used to identify specific cells persistently across paging, sorting, and filtering operations. This is the standard format for all cell selection operations.

Props

The following table outlines the props for the CellIdentifier:

NameTypeDefaultDescription
fieldName
string
-

The field name (column identifier) of the cell. Uniquely identifies the column within the grid.

rowKey
string | number
-

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