arcgis-tables-forms

Configure FeatureTable widgets and FormTemplate for ArcGIS feature layers.

19|5|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/SaschaBrunnerCH/arcgis-maps-sdk-js-ai-context --skill arcgis-tables-forms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arcgis-tables-forms
Source: https://github.com/SaschaBrunnerCH/arcgis-maps-sdk-js-ai-context/tree/main/contexts/4.34/skills/arcgis-tables-forms
Command: npx skills add https://github.com/SaschaBrunnerCH/arcgis-maps-sdk-js-ai-context --skill arcgis-tables-forms

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configures interactive FeatureTable widgets and FormTemplate for ArcGIS feature layers to enable structured display and editing of attributes.

Core Features & Use Cases

  • Configure FeatureTable with fieldConfigs, column templates, and editing capabilities.
  • Build FormTemplate-based edit forms with field, group, and input element definitions.
  • Integrate with Editor widgets and map views to provide end-to-end data capture and visualization.

Quick Start

Create a bound map with a feature layer and add an editable FeatureTable alongside a FormTemplate for feature editing.

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 a FeatureTable widget to edit ArcGIS feature layer attributes?

Configure a FeatureTable widget by defining fieldConfigs and column templates to structure attribute display and enable editing capabilities for ArcGIS feature layers in map-hosted applications.

What is a FormTemplate in ArcGIS and how does it work with feature editing?

A FormTemplate in ArcGIS defines the structure for editing feature attributes by specifying field elements, group elements, and custom input types within Editor widgets to provide guided data capture.

Can I use FormTemplate and FeatureTable together in an ArcGIS dashboard?

Yes, you can integrate FeatureTable widgets and FormTemplate definitions within ArcGIS dashboards and map views to provide end-to-end attribute visualization and structured editing workflows.

How do I set up fieldConfigs and custom input types for ArcGIS attribute editing forms?

Set up fieldConfigs within a FormTemplate to define individual field elements, group them logically, and apply custom input types to control how users interact with specific attributes during editing.

What is the best way to structure group elements in an ArcGIS FormTemplate?

Structure group elements in a FormTemplate by organizing related field elements together, allowing you to create collapsible sections that simplify complex attribute editing forms in ArcGIS applications.

Does the ArcGIS FeatureTable support column templates for layer attribute display?

Yes, the ArcGIS FeatureTable supports column templates alongside fieldConfigs, allowing you to configure individual column behavior, visibility, and editing permissions for feature layer attributes.