Type alias CellProps<D, V>

CellProps<D, V>: TableInstance<D> & { cell: Cell<D, V>; column: ColumnInstance<D>; row: Row<D>; value: CellValue<V> }

Type Parameters

Type Parameters

  • D extends object

  • V = any

Generated using TypeDoc