Interface UseTableCellProps<D, V>

Type Parameters

  • D extends object

  • V = any

Hierarchy

  • UseTableCellProps

    Hierarchy

Properties

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

Type declaration

render: ((type: string, userProps?: object) => ReactNode)

Type declaration

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

      • type: string
      • Optional userProps: object

      Returns ReactNode

row: Row<D>
value: V

Generated using TypeDoc