Preparing search index...
The search index is not available
XYO Platform React SDK - v4.1.8
XYO Platform React SDK
@xyo-network/react-sdk
TableHeightState
Interface TableHeightState
interface
TableHeightState
{
height
?:
string
;
provided
:
boolean
;
rowHeight
?:
number
;
setRowHeight
?:
Dispatch
<
SetStateAction
<
undefined
|
number
>
>
;
setVisibleRows
?:
Dispatch
<
SetStateAction
<
undefined
|
number
>
>
;
visibleRows
?:
number
;
}
Hierarchy (
view full
)
ContextExState
TableHeightState
Index
Properties
height?
provided
row
Height?
set
Row
Height?
set
Visible
Rows?
visible
Rows?
Properties
Optional
height
height
?:
string
provided
provided
:
boolean
Optional
row
Height
row
Height
?:
number
Optional
set
Row
Height
set
Row
Height
?:
Dispatch
<
SetStateAction
<
undefined
|
number
>
>
Optional
set
Visible
Rows
set
Visible
Rows
?:
Dispatch
<
SetStateAction
<
undefined
|
number
>
>
Optional
visible
Rows
visible
Rows
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
height
provided
row
Height
set
Row
Height
set
Visible
Rows
visible
Rows
XYO Platform React SDK - v4.1.8
Loading...