Trevixal API
Preparing search index...
@trevixal/ui
TableGridOptions
Interface TableGridOptions
interface
TableGridOptions
{
document
:
Document
;
maxCols
?:
number
;
maxRows
?:
number
;
onSelect
:
(
rows
:
number
,
cols
:
number
)
=>
void
;
}
Index
Properties
document
max
Cols?
max
Rows?
on
Select
Properties
Readonly
document
document
:
Document
Optional
Readonly
max
Cols
maxCols
?:
number
Optional
Readonly
max
Rows
maxRows
?:
number
Grid size offered in the picker; defaults to 10×10.
Readonly
on
Select
onSelect
:
(
rows
:
number
,
cols
:
number
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
document
max
Cols
max
Rows
on
Select
Trevixal API
Loading...
Grid size offered in the picker; defaults to 10×10.