Ready 10.1.0+
GeoTableHeaderRowGeoTableHeaderRow
is the component that must be used to render header rows
in a GeoTable.
Each instance of this component represents a single row
of a table and
features a slot to render the cells of the table's header.
TIP
Although not required, it is encouraged to use GeoTableHeaderRowCell instances as content of this component's slot.
Properties
Prop name | Type | Default value | Description |
---|---|---|---|
ignoreForResize
| boolean |
false
| Show description |
variant
| enumPropertyFactory({
componentName: 'GeoTableHeaderRow',
propertyName: 'variant',
enumDictionary: VARIANTS,
defaultValue: VARIANTS.main
}) | Show description |
Slots
Name | Description |
---|---|
default | Use this slot to customize row’s content |
Constants
Name | Value |
---|---|
VARIANTS | Show definition |