<?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 not refreshing at v3.16 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table-not-refreshing-at-v3-16/m-p/28159#M2406</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; With the FeatureTable getting a major overhaul at 3.16, it is likely a new bug and would need to be reported to esri Tech Support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Mar 2016 20:27:27 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2016-03-18T20:27:27Z</dc:date>
    <item>
      <title>Feature Table not refreshing at v3.16</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table-not-refreshing-at-v3-16/m-p/28157#M2404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to upgrade to 3.16, but I'm having problems with changes in the featureTable dijit. At 3.15, the feature table would automatically update after the underlying feature layer updated.&amp;nbsp; This does not appear to be this case with the new version at 3.16.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are 2 jsFiddles that demonstrate the issue:&lt;/P&gt;&lt;P&gt;&lt;A href="https://jsfiddle.net/bdaigle/qe1L4k33/" title="https://jsfiddle.net/bdaigle/qe1L4k33/"&gt;Feature Table Add 3.15 - JSFiddle&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://jsfiddle.net/bdaigle/waybmh8v/" title="https://jsfiddle.net/bdaigle/waybmh8v/"&gt;Feature Table Add 3.16 - JSFiddle&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the 3.15 version, the table refreshes after the new record is added.&amp;nbsp; In 3.16, I can't get the table to refresh without loading the page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed at 3.16 there is 'refresh' function, but it does not appear to have any affect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone know how to force a refresh?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 17:05:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table-not-refreshing-at-v3-16/m-p/28157#M2404</guid>
      <dc:creator>BillDaigle</dc:creator>
      <dc:date>2016-03-18T17:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Table not refreshing at v3.16</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table-not-refreshing-at-v3-16/m-p/28158#M2405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I may have found a workaround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like the dGrid got decoupled from the featureLayer at 3.16, so updates to the dGrid later get posted to the featureLayer instead of the other way around.&amp;nbsp; The workaround involves calling a private function "_createStoreFromDataQuery", which appears to recreate the store and regenerate the grid. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See it in action here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://jsfiddle.net/waybmh8v/3/" title="https://jsfiddle.net/waybmh8v/3/"&gt;https://jsfiddle.net/waybmh8v/3/&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't like using private functions, but it seems like this might be might best bet at this point.&lt;/P&gt;&lt;P&gt;In the long run it would be nice to see functions associated with adding, deleting and updating featureTable items programmatically. It doesn't seem possible at this point. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 20:24:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table-not-refreshing-at-v3-16/m-p/28158#M2405</guid>
      <dc:creator>BillDaigle</dc:creator>
      <dc:date>2016-03-18T20:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Table not refreshing at v3.16</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table-not-refreshing-at-v3-16/m-p/28159#M2406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; With the FeatureTable getting a major overhaul at 3.16, it is likely a new bug and would need to be reported to esri Tech Support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 20:27:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table-not-refreshing-at-v3-16/m-p/28159#M2406</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-03-18T20:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Table not refreshing at v3.16</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table-not-refreshing-at-v3-16/m-p/28160#M2407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure it is an actual bug -- just a workflow they have not accounted for yet.&amp;nbsp; The ability to add and delete rows does seem like a pretty major omission from an editing widget. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 20:34:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table-not-refreshing-at-v3-16/m-p/28160#M2407</guid>
      <dc:creator>BillDaigle</dc:creator>
      <dc:date>2016-03-18T20:34:50Z</dc:date>
    </item>
  </channel>
</rss>

