Types
import type { CellValue, TextAlign, FeatureTableState, GridSupportedColumns, GridMultiSortPriority } from "@arcgis/core/widgets/FeatureTable/Grid/types.js";Type definitions
FeatureTableState
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Type
- "disabled" | "loading" | "loaded" | "ready" | "error"
GridMultiSortPriority
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Type
- "append" | "prepend"
TableInteractionEvent
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
native
Property
- Type
- MouseEvent | PointerEvent | KeyboardEvent | undefined
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The native event object used for the interaction.
TableInteractionCellClickEvent
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- TableInteractionEvent
TableInteractionCellDblclickEvent
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- TableInteractionEvent
TableInteractionCellPointeroverEvent
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- TableInteractionEvent
TableInteractionCellPointeroutEvent
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- TableInteractionEvent
TableInteractionCellKeydownEvent
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- TableInteractionEvent
TableInteractionColumnReorderEvent
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- TableInteractionEvent
ColumnTableMenuConfig
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- TableMenuConfig
selectionMode
Property
- Type
- "none" | "single" | "multiple" | undefined
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The selection mode of the menu items.
TableMenuConfig
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The configuration for the table's menu.
items
Property
- Type
- TableMenuItemConfig[]
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The menu items within the table menu.
TableMenuItemConfig
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The configuration for an individual menu item within the table menu.
label
Property
- Type
- string
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The text displayed for the menu item.
icon
Property
- Type
- Icon["icon"] | undefined
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The string value indicating the Calcite icon displayed for the menu item.
TableMenuItemConfigClickFunction
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The function that executes when the menu item is clicked.
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| event | The event. | |
- Returns
- void
TableMenuItemConfigHiddenFunction
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
A function that determines whether the menu item is hidden.
- Returns
- boolean
whether the menu item is hidden.