<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Attribute Table in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-table/m-p/675410#M62919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tate,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Take a look at the &lt;/SPAN&gt;&lt;A href="http://jsfiddle.net/GW7XK/6/"&gt;Fiddle&lt;/A&gt;&lt;SPAN&gt; I created that shows different layers in "attribute tables". It puts the results of an IdentifyTask on each layer that have different fields into a dgrid on separate tabs. None of the fields are hard coded, since is designed to work the same way with different map services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; The only issue with this Fiddle is that it doesn't render the tab correctly, but it works properly in my final application.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Sep 2013 13:19:03 GMT</pubDate>
    <dc:creator>KenBuja</dc:creator>
    <dc:date>2013-09-23T13:19:03Z</dc:date>
    <item>
      <title>Attribute Table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-table/m-p/675407#M62916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am a newbie here and trying to get into development with JavaScript API, and I have a question to ask you guys.&amp;nbsp; In the ArcGIS viewer for Flex, there is an "attribute table" function/tool that comes with default with it and is displaying at the bottom of the webmap.&amp;nbsp; I guess my question is that is there a similar "attribute table" function/tool in ArcGIS JavaScript API?&amp;nbsp; If there is please point me into the right direction.&amp;nbsp; Much appreciated, thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Sep 2013 03:45:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-table/m-p/675407#M62916</guid>
      <dc:creator>TateM</dc:creator>
      <dc:date>2013-09-22T03:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-table/m-p/675408#M62917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Welcome on board:)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, there is no such attribute table dijit you can use directly using Javascript API. And personally I think since the requirement for an attribute table can be wildly different from project to project, as a software vendor, it's almost impossible for ESRI to develop a generic one that will meet every users' need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, it's not hard to develop one on your own using various javascript libraries. If using dojo, I'd recommend to use dgrid which is very powerful and perform well. Here is a &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jssamples/fl_dgrid.html"&gt;sample&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Sep 2013 16:31:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-table/m-p/675408#M62917</guid>
      <dc:creator>JasonZou</dc:creator>
      <dc:date>2013-09-22T16:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-table/m-p/675409#M62918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Jason,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However when you have multiple layers/feature class that you want to displayed. You would have to coded in how you would want the field/columns to look like for each of the layer/feature class?&amp;nbsp; That seems a bit much, when compares to the Flex Viewer where you can just choose the layer/feature class that you want to displayed and how the field/columns would look.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 11:29:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-table/m-p/675409#M62918</guid>
      <dc:creator>TateM</dc:creator>
      <dc:date>2013-09-23T11:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-table/m-p/675410#M62919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tate,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Take a look at the &lt;/SPAN&gt;&lt;A href="http://jsfiddle.net/GW7XK/6/"&gt;Fiddle&lt;/A&gt;&lt;SPAN&gt; I created that shows different layers in "attribute tables". It puts the results of an IdentifyTask on each layer that have different fields into a dgrid on separate tabs. None of the fields are hard coded, since is designed to work the same way with different map services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; The only issue with this Fiddle is that it doesn't render the tab correctly, but it works properly in my final application.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 13:19:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/attribute-table/m-p/675410#M62919</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2013-09-23T13:19:03Z</dc:date>
    </item>
  </channel>
</rss>

