Preparing search index...
The search index is not available
React-Table UI Docs
React-Table UI Docs
UseRowStateInstanceProps
Interface UseRowStateInstanceProps<D>
Type Parameters
D
extends
object
Hierarchy
UseRowStateInstanceProps
Hierarchy
TableInstance
Index
Properties
set
Cell
State
set
Row
State
Properties
set
Cell
State
set
Cell
State
:
(
(
rowPath
:
string
[]
, columnId
:
IdType
<
D
>
, updater
:
unknown
)
=>
void
)
Type declaration
(
rowPath
:
string
[]
, columnId
:
IdType
<
D
>
, updater
:
unknown
)
:
void
Parameters
rowPath:
string
[]
columnId:
IdType
<
D
>
updater:
unknown
Returns
void
set
Row
State
set
Row
State
:
(
(
rowPath
:
string
[]
, updater
:
unknown
)
=>
void
)
Type declaration
(
rowPath
:
string
[]
, updater
:
unknown
)
:
void
Parameters
rowPath:
string
[]
updater:
unknown
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
React-
Table UI
Docs
Use
Row
State
Instance
Props
set
Cell
State
set
Row
State
Generated using
TypeDoc