arcgis-tables-forms

Configure ArcGIS FeatureTable and FormTemplate widgets for feature attribute display and editing.

Updated May 27, 2026
One-click install
npx skills add https://github.com/elowen53/arcgis-maps-sdk-js-ai-context-4.0 --skill arcgis-tables-forms-elowen53
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: arcgis-tables-forms
Source: https://github.com/elowen53/arcgis-maps-sdk-js-ai-context-4.0/tree/main/skills/arcgis-tables-forms
Command: npx skills add https://github.com/elowen53/arcgis-maps-sdk-js-ai-context-4.0 --skill arcgis-tables-forms-elowen53

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines configuring and using ArcGIS FeatureTable widgets and FormTemplate forms to manage and display feature attributes in a map-centric workflow, reducing manual setup and repetitive boilerplate.

Core Features & Use Cases

  • Configure FeatureTable widgets with a view, layer, and container to present attributes in an interactive table with support for visibility, editing, highlighting, and pagination.
  • Create and customize FormTemplate-driven edit forms with fields, groups, text, and relationship elements, including visibility and validation expressions.
  • Integrate with Editor and FeatureForm workflows to enable end-to-end editing, map-table synchronization, and programmatic highlighting and refreshing.
  • Real-world use case: build a property-inspections dashboard where inspectors view and update attributes through a live table and associated edit forms.

Quick Start

Create a FeatureTable and a FormTemplate for a given FeatureLayer and MapView to enable table-based viewing and editing of features.

Frequently Asked Questions about arcgis-tables-forms

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure an ArcGIS FeatureTable widget for a MapView and FeatureLayer?▼

Configure the ArcGIS FeatureTable widget by connecting it to a FeatureLayer and MapView, enabling interactive attribute display with options for visibility, editing, highlighting, and pagination.

How do I create a FormTemplate with field validation for ArcGIS editing workflows?▼

Create a FormTemplate to define edit forms with fields, groups, text, and relationship elements, applying visibility and validation expressions to control attribute editing within the ArcGIS Maps SDK.

Can I integrate the ArcGIS Editor widget with a FeatureTable for inline attribute editing?▼

Yes, the FeatureTable widget integrates with the Editor and FeatureForm widgets to enable end-to-end inline editing, map-table synchronization, and programmatic feature highlighting and refreshing.

What is the best way to display tabular feature attributes and edit them through forms in ArcGIS Maps SDK?▼

The best way is combining a FeatureTable widget for interactive tabular display with a customized FormTemplate to drive structured, validated attribute editing within your map-centric workflow.

Does the ArcGIS FeatureTable support pagination and programmatic highlighting?▼

Yes, the FeatureTable supports configuration options for pagination and programmatic highlighting, allowing you to manage large datasets and synchronize feature selection with the map view.

How do I add group elements and expressions to an ArcGIS FormTemplate?▼

Build the FormTemplate using group elements to organize related fields, then attach visibility and validation expressions to conditionally control element behavior during the feature editing process.