Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Row<D>

Type Parameters

  • D extends object = {}

Hierarchy

  • UseTableRowProps<D>
    • Row

Index

Properties

allCells: Cell<D, any>[]
cells: Cell<D, any>[]
id: string
index: number
original: D
subRows: Row<D>[]
values: Record<IdType<D>, any>

Methods

  • getRowProps(propGetter?: RowPropGetter<D>): TableRowProps
  • Parameters

    • Optional propGetter: RowPropGetter<D>

    Returns TableRowProps

Generated using TypeDoc