Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Cell<D, V>

Type Parameters

  • D extends object = {}

  • V = any

Hierarchy

  • UseTableCellProps<D, V>
    • Cell

Index

Properties

column: ColumnInstance<D>
row: Row<D>
value: V

Methods

  • getCellProps(propGetter?: CellPropGetter<D>): TableCellProps
  • Parameters

    • Optional propGetter: CellPropGetter<D>

    Returns TableCellProps

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

    • type: string
    • Optional userProps: object

    Returns ReactNode

Generated using TypeDoc