When true
, columns can be reordered by dragging a column's header.
A collection of columns within the table.
The ID or node representing the DOM element containing the widget.
Indicates whether editing is enabled on the data within the feature table.
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 label.
The associated FeatureLayer or SceneLayer containing the fields and attributes to display within the widget.
Reference to the FeatureTable's primary menu.
Set this object to customize the feature table's menu content.
The default page size used when displaying features within the table.
A reference to the MapView.
The view model for this widget.
Indicates whether the widget is visible.
The visible elements that are displayed within the widget.
A utility method used for building the value for a widget's class
property.
This clears any highlighted features.
Clears the current selection within the table.
Unselects the specified rows within the table.
Destroys the widget instance.
Emits an event on the instance.
Finds the specified column within the feature table.
Indicates whether there is an event listener on the instance that matches the provided event name.
Hides the specified column from the feature table.
isFulfilled()
may be used to verify if creating an instance of the class is fulfilled (either resolved or rejected).
isRejected()
may be used to verify if creating an instance of the class is rejected.
isResolved()
may be used to verify if creating an instance of the class is resolved.
Widget teardown helper.
This method is primarily used by developers when implementing custom widgets. Executes after widget is ready for rendering.
Refreshes the table contents.
This method is primarily used by developers when implementing custom widgets. It must be implemented by subclasses for rendering.
Renders widget to the DOM immediately.
This method is primarily used by developers when implementing custom widgets. Schedules widget rendering.
Scrolls the table to a row based on specified index.
Selects the specified rows within the table.
Shows all the columns in the table.
Shows the specified column within the feature table.
Sorts the column.
when()
may be leveraged once an instance of the class is created.
Generated using TypeDoc
Indicates whether to display the
Attachments
field in the table.Read more...