Interface Cell<D, V>

Type Parameters

  • D extends object = {}

  • V = any

Hierarchy

Properties

column: ColumnInstance<D>
getCellProps: ((propGetter?: CellPropGetter<D>) => TableCellProps)

Type declaration

isAggregated: boolean
isGrouped: boolean
isPlaceholder: boolean
render: ((type: string, userProps?: object) => ReactNode)

Type declaration

    • (type: string, userProps?: object): ReactNode
    • Parameters

      • type: string
      • Optional userProps: object

      Returns ReactNode

row: Row<D>
setState: ((updater: unknown) => void)

Type declaration

    • (updater: unknown): void
    • Parameters

      • updater: unknown

      Returns void

state: UseRowStateLocalState<D, unknown>
value: V

Generated using TypeDoc