Preparing search index...
The search index is not available
React-Table UI Docs
React-Table UI Docs
UseTableCellProps
Interface UseTableCellProps<D, V>
Type Parameters
D
extends
object
V =
any
Hierarchy
UseTableCellProps
Hierarchy
Cell
Index
Properties
column
get
Cell
Props
render
row
value
Properties
column
column
:
ColumnInstance
<
D
>
get
Cell
Props
get
Cell
Props
:
(
(
propGetter
?:
CellPropGetter
<
D
>
)
=>
TableCellProps
)
Type declaration
(
propGetter
?:
CellPropGetter
<
D
>
)
:
TableCellProps
Parameters
Optional
propGetter:
CellPropGetter
<
D
>
Returns
TableCellProps
render
render
:
(
(
type
:
string
, userProps
?:
object
)
=>
ReactNode
)
Type declaration
(
type
:
string
, userProps
?:
object
)
:
ReactNode
Parameters
type:
string
Optional
userProps:
object
Returns
ReactNode
row
row
:
Row
<
D
>
value
value
:
V
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
React-
Table UI
Docs
Use
Table
Cell
Props
column
get
Cell
Props
render
row
value
Generated using
TypeDoc