I am trying to find an example like esri dashboard list widget.
I want the user to be able to select a feature from a list and zoom to location.
I do not want to use operations dashboard though. I want to have a custom webapp for my users.
Here is an example of what I am thinking
It would be nice to have the table refresh every 30 sec or so and to show newest records on the top.
It looks like this is built with emberjs and not one of the Dojo widgets that come with the API.
Ember.js - A framework for creating ambitious web applications.
You might get an approximation with a FeatureTable
Rickey,
My suggestion would be to borrow code from products that have similar looks and abilities like the WAB List.js file. With some minor dom and css tweaking you can definitely replicate what you are after.