import TableMenuVisibleElements from "@arcgis/core/widgets/FeatureTable/TableMenuVisibleElements.js";const TableMenuVisibleElements = await $arcgis.import("@arcgis/core/widgets/FeatureTable/TableMenuVisibleElements.js");- Inheritance:
- TableMenuVisibleElements→
Accessor
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Constructors
Constructor
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| properties | | |
Properties
clearSelection
- Type
- boolean
Indicates whether to display the Clear selection menu item. Default value is true and will display within the menu if any rows are selected.
- Default value
- true
deleteSelection
- Type
- boolean
(Since 4.25) Indicates whether to display the Delete Selection menu item. Default value is true and will display if editingEnabled is true and enabled on the feature service and rows are selected.
- Default value
- true
exportSelectionToCSV
- Type
- boolean
(Since 4.31) Indicates whether to display the Export selection to CSV menu item. Default value is true and will display if rows are selected. Geometry is included in the final export if the layer's geometry is of type point.
- Default value
- true
refreshData
- Type
- boolean
Indicates whether to display the Refresh data menu item. Default value is true.
- Default value
- true
selectedRecordsShowAllToggle
- Type
- boolean
(Since 4.23) Indicates whether to toggle between showing only selected records in the table to showing all of the records. Default value is true.
- Default value
- true
selectedRecordsShowSelectedToggle
- Type
- boolean
(Since 4.23) Indicates whether to display the Show selected records menu item. Default value is true and will display within the menu if any rows are selected.
- Default value
- true
toggleColumns
- Type
- boolean
Indicates whether to enable toggling column visibility within the menu. Default value is true.
- Default value
- true
zoomToSelection
- Type
- boolean
(Since 4.23) Indicates whether to display the Zoom to selected menu item. Default value is true and will display within the menu if any rows are selected.
- Default value
- true