Hello,
I am using the select tool and would like the table to be visible automatically.
Currently, I have the table widget in a View which requires the user to open the view to see the selected records.
I have not found a way to automatically show the table when records are selected.
We are using ArcGIS Enterprise 11.3
Thank you for any suggestions on how to accomplish this.
Mele
Solved! Go to Solution.
https://community.esri.com/t5/arcgis-experience-builder-ideas/table-added-action/idi-p/1537079
Here's an Idea to support to get Tables to open automatically.
One possible hack is to place your Table Widget in a Widget Controller. Tables in a Widget Controller will pop open automatically when the user uses Add To Table.
I wish this was a thing as well.
The "Show in Table" button should OPEN the table, not just filter it and leave it closed.
My way around this was to add a View Navigator + Section that opens the table upon click. Not perfect...
https://community.esri.com/t5/arcgis-experience-builder-ideas/table-added-action/idi-p/1537079
Here's an Idea to support to get Tables to open automatically.
One possible hack is to place your Table Widget in a Widget Controller. Tables in a Widget Controller will pop open automatically when the user uses Add To Table.
This worked well for what I was trying to do! Thank you!