geoview-core
Preparing search index...
MRT_TableBodyCellValueProps
Interface MRT_TableBodyCellValueProps<TData>
interface
MRT_TableBodyCellValueProps
<
TData
extends
MRT_RowData
>
{
cell
:
MRT_Cell
<
TData
>
;
rowRef
?:
RefObject
<
HTMLTableRowElement
|
null
>
;
staticColumnIndex
?:
number
;
staticRowIndex
?:
number
;
table
:
MRT_TableInstance
<
TData
>
;
}
Type Parameters
TData
extends
MRT_RowData
Index
Properties
cell
row
Ref?
static
Column
Index?
static
Row
Index?
table
Properties
cell
cell
:
MRT_Cell
<
TData
>
Optional
row
Ref
rowRef
?:
RefObject
<
HTMLTableRowElement
|
null
>
Optional
static
Column
Index
staticColumnIndex
?:
number
Optional
static
Row
Index
staticRowIndex
?:
number
table
table
:
MRT_TableInstance
<
TData
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cell
row
Ref
static
Column
Index
static
Row
Index
table
geoview-core
Loading...