<?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: feature table in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table/m-p/741920#M68678</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks robert, it seems to be working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Mar 2017 18:26:06 GMT</pubDate>
    <dc:creator>VIKRANTKRISHNA</dc:creator>
    <dc:date>2017-03-14T18:26:06Z</dc:date>
    <item>
      <title>feature table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table/m-p/741916#M68674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using feature table in one of my application. Can't seem to find a way where after feature is added to the feature &amp;nbsp;layer, table refreshes with the new record, and highlights the new added row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 16:06:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table/m-p/741916#M68674</guid>
      <dc:creator>VIKRANTKRISHNA</dc:creator>
      <dc:date>2017-03-14T16:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: feature table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table/m-p/741917#M68675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vikrant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Can we assume that you have already tried to call refresh() and selectRows()?&lt;/P&gt;&lt;P&gt;&lt;A class="link-bare" href="https://developers.arcgis.com/javascript/3/jsapi/featuretable-amd.html#refresh" title="https://developers.arcgis.com/javascript/3/jsapi/featuretable-amd.html#refresh"&gt;https://developers.arcgis.com/javascript/3/jsapi/featuretable-amd.html#refresh&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-bare" href="https://developers.arcgis.com/javascript/3/jsapi/featuretable-amd.html#selectrows" title="https://developers.arcgis.com/javascript/3/jsapi/featuretable-amd.html#selectrows"&gt;https://developers.arcgis.com/javascript/3/jsapi/featuretable-amd.html#selectrows&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 16:13:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table/m-p/741917#M68675</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-03-14T16:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: feature table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table/m-p/741918#M68676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Robert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My app was using&amp;nbsp;3.16 version of API, and I encountered the issue mentioned in&lt;A href="https://community.esri.com/thread/174160"&gt;Feature Table not refreshing at v3.16&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;, refresh is not working, so I was calling _createStoreFromDataQuery() function as a workaround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I just updated my API reference to 3.19, and refresh seems to work. Issue is that selectRows works for selecting rows when rowID is known, in my case when I am adding feature to the layer, and calling featureTable.refresh in applyEdits callback function, I don't know the rowId of the new added row, so couldn't get selectRow to work.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 16:38:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table/m-p/741918#M68676</guid>
      <dc:creator>VIKRANTKRISHNA</dc:creator>
      <dc:date>2017-03-14T16:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: feature table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table/m-p/741919#M68677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vikrant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;When you select a feature in the FeatureLayer that the FeatureTable is bound to then the FeatureTable should show the selected record, assuming you call FeatureTable.filterSelectedRecords().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 16:56:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table/m-p/741919#M68677</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-03-14T16:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: feature table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table/m-p/741920#M68678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks robert, it seems to be working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 18:26:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table/m-p/741920#M68678</guid>
      <dc:creator>VIKRANTKRISHNA</dc:creator>
      <dc:date>2017-03-14T18:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: feature table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table/m-p/741921#M68679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vikrant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Don't forget to mark this thread as answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 18:27:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table/m-p/741921#M68679</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-03-14T18:27:10Z</dc:date>
    </item>
  </channel>
</rss>

