GeoLeaf Core API - v3.0.0
Preparing search index...
contracts/attributes.contract
TableOptions
Interface TableOptions
Options of the
table
widget.
interface
TableOptions
{
columns
?:
readonly
AttributeTableColumn
[]
;
maxRows
?:
number
;
}
Index
Properties
columns?
max
Rows?
Properties
Optional
Readonly
columns
columns
?:
readonly
AttributeTableColumn
[]
Optional
Readonly
max
Rows
maxRows
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
columns
max
Rows
GeoLeaf Core API - v3.0.0
Loading...
Options of the
tablewidget.