List code

2188
2
11-09-2015 11:53 AM
RickeyFight
MVP Regular Contributor

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

Operations Dashboard

It would be nice to have the table refresh every 30 sec or so and to show newest records on the top.

0 Kudos
2 Replies
JoshHevenor
Occasional Contributor II

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

FeatureTable | API Reference | ArcGIS API for JavaScript

RobertScheitlin__GISP
MVP Emeritus

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.

example.jpg