import VisibleElements from "@arcgis/core/widgets/FeatureTable/VisibleElements.js";const VisibleElements = await $arcgis.import("@arcgis/core/widgets/FeatureTable/VisibleElements.js");- Inheritance:
- VisibleElements→
Accessor
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The visible elements that are displayed within the widget. This provides the ability to turn individual elements of the widget's display on/off.

Constructors
Constructor
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| properties | | |
Properties
| Property | Type | Class |
|---|---|---|
| | ||
| | ||
| | ||
declaredClass readonly inherited | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| | ||
| |
columnDescriptions
- Type
- boolean
Indicates whether to display descriptions in the header cells of individual columns. Default value is true.
- Default value
- true
columnMenuItems
The menu items within the column menu.
columnMenus
- Type
- boolean
Indicates whether to display interactive menus in the header cells of individual columns. Default value is true.
- Default value
- true
header
- Type
- boolean
Indicates whether to display the feature table's header information. Default value is true.
- Default value
- true
layerDropdown
- Type
- boolean
Indicates whether to display the feature table's layer switch drop down menu. Default value is false.
- Default value
- false
layerDropdownIcons
- Type
- boolean
Indicates whether to display layer-specific icons in the layer drop down menu. Default value is true.
- Default value
- true
menu
- Type
- boolean
Indicates whether to display the feature table's menu. Default value is true.
- Default value
- true
menuItems
The menu items within the feature table menu.
pendingEditsFooter
- Type
- boolean
Indicates whether to display the footer element while edits are pending. Default value is true.
- Default value
- true
progress
- Type
- boolean
Indicates whether to display the progress indicator when the table is querying or syncing data. Default value is true.
- Default value
- true
selectionColumn
- Type
- boolean
Indicates whether to display the selection column in the table. Each row has a checkbox that selects its corresponding feature. Default value is true. If working with a map, make certain to set the FeatureTable.view property as this enables highlighting the corresponding feature.
- Default value
- true
tooltips
- Type
- boolean
Indicates whether to display the tooltip for the Show/hide columns button. Default value is true.
- Default value
- true