<?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 JSAPI Feature layer created from feature collection and the feature table in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-feature-layer-created-from-feature/m-p/10554#M1014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm currently working on creating a feature layer from a feature collection and then creating a feature table based on the feature layer (that's a mouthful!).&amp;nbsp; This all works, except that when I select a row in the feature table the following error shows in the console.&amp;nbsp; Does anyone know if this setup is supported?&amp;nbsp; I am using 3.16 of the API.&amp;nbsp; Here is a link to a demo of what I am trying to accomplish.&amp;nbsp; &lt;A href="http://plnkr.co/edit/4k1gdO?p=preview"&gt;http://plnkr.co/edit/4k1gdO?p=preview&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;TypeError: Object doesn't&lt;BR /&gt;support property or method 'emit' TypeError: Object doesn't support property or&lt;BR /&gt;method 'emit'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; at Anonymous&lt;BR /&gt;function (&lt;A href="http://js.arcgis.com/3.16/esri/dijit/FeatureTable.js:74:136"&gt;http://js.arcgis.com/3.16/esri/dijit/FeatureTable.js:74:136&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; at c (&lt;A href="https://js.arcgis.com/3.16/:66:215"&gt;https://js.arcgis.com/3.16/:66:215&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; at then (&lt;A href="https://js.arcgis.com/3.16/:68:301"&gt;https://js.arcgis.com/3.16/:68:301&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; at b.then (&lt;A href="https://js.arcgis.com/3.16/:1038:300"&gt;https://js.arcgis.com/3.16/:1038:300&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; at Anonymous&lt;BR /&gt;function (&lt;A href="http://js.arcgis.com/3.16/esri/dijit/FeatureTable.js:73:329"&gt;http://js.arcgis.com/3.16/esri/dijit/FeatureTable.js:73:329&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; at Anonymous&lt;BR /&gt;function (&lt;A href="https://js.arcgis.com/3.16/:167:287"&gt;https://js.arcgis.com/3.16/:167:287&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; at k (&lt;A href="https://js.arcgis.com/3.16/:189:425"&gt;https://js.arcgis.com/3.16/:189:425&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; at b.then (&lt;A href="https://js.arcgis.com/3.16/:192:308"&gt;https://js.arcgis.com/3.16/:192:308&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; at Anonymous&lt;BR /&gt;function (&lt;A href="http://js.arcgis.com/3.16/esri/dijit/FeatureTable.js:73:213"&gt;http://js.arcgis.com/3.16/esri/dijit/FeatureTable.js:73:213&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; at Anonymous&lt;BR /&gt;function (&lt;A href="https://js.arcgis.com/3.16/:167:287"&gt;https://js.arcgis.com/3.16/:167:287&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Mar 2016 21:46:26 GMT</pubDate>
    <dc:creator>CorySchinkel1</dc:creator>
    <dc:date>2016-03-08T21:46:26Z</dc:date>
    <item>
      <title>JSAPI Feature layer created from feature collection and the feature table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-feature-layer-created-from-feature/m-p/10554#M1014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm currently working on creating a feature layer from a feature collection and then creating a feature table based on the feature layer (that's a mouthful!).&amp;nbsp; This all works, except that when I select a row in the feature table the following error shows in the console.&amp;nbsp; Does anyone know if this setup is supported?&amp;nbsp; I am using 3.16 of the API.&amp;nbsp; Here is a link to a demo of what I am trying to accomplish.&amp;nbsp; &lt;A href="http://plnkr.co/edit/4k1gdO?p=preview"&gt;http://plnkr.co/edit/4k1gdO?p=preview&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;TypeError: Object doesn't&lt;BR /&gt;support property or method 'emit' TypeError: Object doesn't support property or&lt;BR /&gt;method 'emit'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; at Anonymous&lt;BR /&gt;function (&lt;A href="http://js.arcgis.com/3.16/esri/dijit/FeatureTable.js:74:136"&gt;http://js.arcgis.com/3.16/esri/dijit/FeatureTable.js:74:136&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; at c (&lt;A href="https://js.arcgis.com/3.16/:66:215"&gt;https://js.arcgis.com/3.16/:66:215&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; at then (&lt;A href="https://js.arcgis.com/3.16/:68:301"&gt;https://js.arcgis.com/3.16/:68:301&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; at b.then (&lt;A href="https://js.arcgis.com/3.16/:1038:300"&gt;https://js.arcgis.com/3.16/:1038:300&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; at Anonymous&lt;BR /&gt;function (&lt;A href="http://js.arcgis.com/3.16/esri/dijit/FeatureTable.js:73:329"&gt;http://js.arcgis.com/3.16/esri/dijit/FeatureTable.js:73:329&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; at Anonymous&lt;BR /&gt;function (&lt;A href="https://js.arcgis.com/3.16/:167:287"&gt;https://js.arcgis.com/3.16/:167:287&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; at k (&lt;A href="https://js.arcgis.com/3.16/:189:425"&gt;https://js.arcgis.com/3.16/:189:425&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; at b.then (&lt;A href="https://js.arcgis.com/3.16/:192:308"&gt;https://js.arcgis.com/3.16/:192:308&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; at Anonymous&lt;BR /&gt;function (&lt;A href="http://js.arcgis.com/3.16/esri/dijit/FeatureTable.js:73:213"&gt;http://js.arcgis.com/3.16/esri/dijit/FeatureTable.js:73:213&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp; at Anonymous&lt;BR /&gt;function (&lt;A href="https://js.arcgis.com/3.16/:167:287"&gt;https://js.arcgis.com/3.16/:167:287&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 21:46:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-feature-layer-created-from-feature/m-p/10554#M1014</guid>
      <dc:creator>CorySchinkel1</dc:creator>
      <dc:date>2016-03-08T21:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: JSAPI Feature layer created from feature collection and the feature table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-feature-layer-created-from-feature/m-p/10555#M1015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Cory,&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp; &amp;nbsp;There was a massive overhaul of th FeatureTable in 3.16. So my first advice is to try it in 3.16.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 23:45:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-feature-layer-created-from-feature/m-p/10555#M1015</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-03-08T23:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: JSAPI Feature layer created from feature collection and the feature table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-feature-layer-created-from-feature/m-p/10556#M1016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert.&amp;nbsp; This was working prior to 3.16 but I was hoping to leverage some of the overhaul, but I guess that might have to wait if 3.16 is fully baked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 02:05:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-feature-layer-created-from-feature/m-p/10556#M1016</guid>
      <dc:creator>CorySchinkel1</dc:creator>
      <dc:date>2016-03-09T02:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: JSAPI Feature layer created from feature collection and the feature table</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-feature-layer-created-from-feature/m-p/10557#M1017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cory,&lt;/P&gt;&lt;P&gt;Did you every find an answer to this? I'm having the same issue at 3.16.&lt;/P&gt;&lt;P&gt;Jill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 21:41:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/jsapi-feature-layer-created-from-feature/m-p/10557#M1017</guid>
      <dc:creator>JillianStanford</dc:creator>
      <dc:date>2016-05-13T21:41:18Z</dc:date>
    </item>
  </channel>
</rss>

