Contents
How does the feature table in ArcGIS work?
This widget provides an interactive tabular view of each feature’s attributes in a feature layer. In addition, it also works with standalone tables that are not associated with underlying geometries.
What are the features of ArcGIS in JavaScript?
The spatial reference used for Arcade operations. The title for the feature. A reference to the MapView or SceneView. The view model for this widget. Indicates whether the widget is visible. The visible elements that are displayed within the widget’s graphic.popupTemplate.content. The ID or node representing the DOM element containing the widget.
Is there an ArcGIS API for JavaScript 4.19?
You can also download the ArcGIS API for JavaScript 4.19 single archive with all samples. Was this page helpful?
How does the feature ID work in ArcGIS?
Indicates whether to highlight the associated feature when a row is selected. The unique ID assigned to the widget when the widget is created. If not set by the developer, it will default to the container ID, or if that is not present then it will be automatically generated. The widget’s default label.
How does the featuretable work in JavaScript?
The FeatureTable is a widget-based solution for where you explore and optionally edit the attribute data of a feature layer. The FeatureTable also integrates any additional information such as related records and attachments. Feature attributes displayed in the table can be edited by setting FeatureTable’s editable property to true.
What happens if you edit a field in a featuretable?
At 3.18, editing is allowed on any field in the table. This includes fields that define the relationships. However, if you edit a field that has a defined relationship, the table does not immediately update the related records. You will need to refresh the page to see the updated related records.
What can attribute data be used for in ArcGIS?
Attribute data helps you perform spatial queries and analyses. For example, you can examine the distribution of features with certain attributes by using ArcMap to select the features that contain attributes you want to examine. In the graphic below, the features with a LAND_USE value of UNK (unknown) are selected using an attribute query.
How can I edit tabular values in ArcGIS?
You can edit tabular values within either the Table window or the Attributes window, which shows attributes of only individual, selected features. The geodatabase includes functionality that allows you to enhance, maintain, and enforce the integrity of your tabular data.
How does the feature table work in JavaScript?
An array of individual field configuration objects. Set this property to filter the features displayed in the table. Indicates whether to highlight the associated feature when a row is selected. The unique ID assigned to the widget when the widget is created. The widget’s default label.
How to enable or disable table editing in ArcGIS?
For example, if table editing is disabled in the widget, i.e. enableEditing is not set, it is still possible to enable editing for a specific column by setting the editable property. Vice versa is also true, if table editing is enabled, a field configuration can be used to disable editing for a specific column.