I would like the ability to add zoom and pan trigger to list widget when the widgets data source is table without geometry. Table shares id with feature class on the map and the widget actions allows to connect the table with the feature class via the shared id and thus zooms to the feature on the map.
For example when I have related tabels (feature class --> table) and I want to show features from the table in list widget but also the ability to click on the list and then zoom to the feature which is related with the list item.
Another example I have point and line feature class with identical schema and I make database view to union the two into one table and then add that table into list widget. Then I want to click on list item and zoom to the point or line feature on the map.