Renders a faded out text representation of a RowID
export interface RowIDCell extends BaseGridCell { readonly kind: GridCellKind.RowID; readonly data: string; readonly readonly?: boolean; }
The string representation of the RowID
Determines if the cell will accept edit events.
Last updated 2 years ago