Just a feature request to have the attribute tables auto-refresh when their associated tables are set to a refresh interval.
A specific use case is a police/fire vehicle and call tracker where new calls and vehicles are updated on the map via a refresh interval on their layer. Currently, only the map updates, not the associated attribute table.
Jason,
If you go into the \widgets\AttributeTable\Widget.js file and add
I added it right after the refresh button is called around line 1492, but I am sure it could be called other places as well. It would look something like this.
This calls the refresh of the attribute table every 3 seconds. I did notice that if the attribute table has lots of features or tables to load it takes a little longer. Also this will continue to refresh the attribute table even when it is closed.
This would be great to have in the AGOL version too.
With a little more work I am sure you could add it as a button to toggle the refresh option.
-Stan