CellAddress
Very lightweight object to define an AdapTable Cell
TypeScript
export type CellAddress = {
PrimaryKeyValue: string | number;
ColumnId: string;
};Very lightweight object to define an AdapTable Cell
export type CellAddress = {
PrimaryKeyValue: string | number;
ColumnId: string;
};