Properties
column
column: ColumnInstance<D>
getCellProps
getCellProps: (propGetter?: CellPropGetter<D>) => TableCellProps
Type declaration
-
- (propGetter?: CellPropGetter<D>): TableCellProps
-
Parameters
-
Optional propGetter: CellPropGetter<D>
Returns TableCellProps
render
render: (type: "Cell" | string, userProps?: undefined | object) => ReactNode
Type declaration
-
- (type: "Cell" | string, userProps?: undefined | object): ReactNode
-
Parameters
-
type: "Cell" | string
-
Optional userProps: undefined | object
Returns ReactNode
setState
setState: (updater: UseRowUpdater) => void
Type declaration
-
- (updater: UseRowUpdater): void
state
state: UseRowStateLocalState<D>
value
value: CellValue<V>