Preparing search index...
The search index is not available
React-Table UI Docs
React-Table UI Docs
Cell
Interface Cell<D, V>
Type Parameters
D
extends
object
=
{}
V =
any
Hierarchy
UseTableCellProps
<
D
,
V
>
UseGroupByCellProps
<
D
>
UseRowStateCellProps
<
D
>
Hierarchy
Cell
Index
Properties
column
get
Cell
Props
is
Aggregated
is
Grouped
is
Placeholder
render
row
set
State
state
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
is
Aggregated
is
Aggregated
:
boolean
is
Grouped
is
Grouped
:
boolean
is
Placeholder
is
Placeholder
:
boolean
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
>
set
State
set
State
:
(
(
updater
:
unknown
)
=>
void
)
Type declaration
(
updater
:
unknown
)
:
void
Parameters
updater:
unknown
Returns
void
state
state
:
UseRowStateLocalState
<
D
,
unknown
>
value
value
:
V
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
React-
Table UI
Docs
Cell
column
get
Cell
Props
is
Aggregated
is
Grouped
is
Placeholder
render
row
set
State
state
value
Generated using
TypeDoc