GeoTableBodyRow Ready 10.1.0+

GeoTableBodyRow is the component that must be used to render body 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.

Although not required, it is encouraged to use GeoTableBodyRowCell instances as content of this component's slot.

Properties

Prop name Type Default value Description
variant enumPropertyFactory({ componentName: 'GeoTableBodyRow', propertyName: 'variant', enumDictionary: VARIANTS, defaultValue: VARIANTS.default }) Show description

Slots

Name Description
default

Use this slot to customize row’s content

Constants

Name Value
VARIANTS Show definition

Examples

Isolated rows

Adjacent rows

Default variant

Highlighted variant

Active variant

Highlighted-active variant