5.0
API
Types
Row

Definition

type Row = {
  rowIndex: number;
  height: string | number;
  reorderable?: boolean;
};

Properties

NameTypeDescription
rowIndexnumberThe index of the row.
heightstring | numberThe height of the row.
reorderableboolean (optional)Indicates if the row can be reordered.