No, the table element in ArcGIS Dashboards does not support in-table attribute search nor include a built-in search box for querying attribute values directly within the table. As a workaround, the table element can be dynamically filtered based on user input using a category selector or a list element with filter actions to support configurable search experiences.
Use a category selector
- In ArcGIS Dashboards, create a new dashboard and add a table element. Refer to ArcGIS Dashboards: Create a dashboard for instructions.
- In the Select a layer window of the table element, select the feature layer from the map.
- In the Table window, on the Data tab, set the following configurations under Data options:
- For Table type, select Features.
- For Value fields, click Add field and select the fields from the drop-down list.
- Click Done.
- Click View
on the dashboard’s toolbar. - In the View pane, click Header > Add header. In the Header window, click Done.
- In the View pane, on the Header tab, click Add selector and select Category selector.
- In the Category selector window, on the Data tab, set the following configurations under Data options:
- For Categories from, select Features. In the Select a layer window, select the feature layer from the map.
- For Template, in the text box, highlight the content and remove the existing field. Click Insert
and select the field from the drop-down list.
- In the Category selector window, on the Selector tab, set the following configurations under Selector options:
- For Presentation mode, select Dropdown.
- Enable the Show search option.
Note:
Optionally, toggle None option on for a single category selection to add a None category to the selector. Refer to ArcGIS Dashboards: Use selectors for more information.
- In the Category selector window, on the Actions tab, under When selection changes, expand Filter and toggle the table element on. Configure other actions if necessary.
- Click Done. Click Save
> Save on the dashboard’s toolbar.
Note:
Alternatively, add a sidebar and a category selector with the Show search option enabled. Ensure to select the List option for Display type when using the Inline presentation mode.
The table element below displays the field attribute filtered by the category selector.
Use the List element
- In ArcGIS Dashboards, create a new dashboard and add a table element. Refer to ArcGIS Dashboards: Create a dashboard for instructions.
- Repeat Steps 2 and 3 from the first workaround to configure the table element.
- Add a list element to the dashboard. In the Select a layer window, select the feature layer from the map.
- In the List window, on the List tab, set the following configurations under List options:
- In the Template field, highlight the content and remove the existing field. Click Insert
and select the field from the drop-down list. - Enable the Show search option.
- In the List window, on the Actions tab, expand Filter under When selection changes and toggle the table element on. Configure other actions if necessary.
- Click Done. Click Save
> Save on the dashboard’s toolbar.
The table element below displays the field attribute filtered by the list element.