<?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: FeatureTable from client-side GeoJSONLayer not displaying in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-from-client-side-geojsonlayer-not/m-p/1354741#M82970</link>
    <description>&lt;P&gt;It should work like any other layer. Here is a simple example:&amp;nbsp;&lt;A href="https://codepen.io/U_B_U/pen/VwgGBPM" target="_blank"&gt;https://codepen.io/U_B_U/pen/VwgGBPM&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Nov 2023 19:54:55 GMT</pubDate>
    <dc:creator>UndralBatsukh</dc:creator>
    <dc:date>2023-11-29T19:54:55Z</dc:date>
    <item>
      <title>FeatureTable from client-side GeoJSONLayer not displaying</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-from-client-side-geojsonlayer-not/m-p/1354730#M82969</link>
      <description>&lt;P&gt;I can't seem to get the FeatureTable to display from my external data source (client-side GeoJSONLayer). When I look at the elements, the #tableView div is empty.&lt;BR /&gt;&lt;BR /&gt;Is there an example of creating a FeatureTable from a client-side layer?&lt;BR /&gt;&lt;BR /&gt;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 17:42:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-from-client-side-geojsonlayer-not/m-p/1354730#M82969</guid>
      <dc:creator>dwismer</dc:creator>
      <dc:date>2023-11-29T17:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureTable from client-side GeoJSONLayer not displaying</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-from-client-side-geojsonlayer-not/m-p/1354741#M82970</link>
      <description>&lt;P&gt;It should work like any other layer. Here is a simple example:&amp;nbsp;&lt;A href="https://codepen.io/U_B_U/pen/VwgGBPM" target="_blank"&gt;https://codepen.io/U_B_U/pen/VwgGBPM&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 19:54:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-from-client-side-geojsonlayer-not/m-p/1354741#M82970</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2023-11-29T19:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureTable from client-side GeoJSONLayer not displaying</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-from-client-side-geojsonlayer-not/m-p/1354816#M82971</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/53756"&gt;@UndralBatsukh&lt;/a&gt;&amp;nbsp;, I can't seem to get that link to open to your example.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 19:44:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-from-client-side-geojsonlayer-not/m-p/1354816#M82971</guid>
      <dc:creator>dwismer</dc:creator>
      <dc:date>2023-11-29T19:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureTable from client-side GeoJSONLayer not displaying</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-from-client-side-geojsonlayer-not/m-p/1354825#M82972</link>
      <description>&lt;P&gt;That is because I posted a wrong link. Sorry about that. Here is the right link:&amp;nbsp;&lt;A href="https://codepen.io/U_B_U/pen/VwgGBPM" target="_blank"&gt;https://codepen.io/U_B_U/pen/VwgGBPM&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 19:54:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-from-client-side-geojsonlayer-not/m-p/1354825#M82972</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2023-11-29T19:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureTable from client-side GeoJSONLayer not displaying</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-from-client-side-geojsonlayer-not/m-p/1354890#M82975</link>
      <description>&lt;P&gt;Thanks, the link works.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I am still spinning the tires. I may need to explain my use case a little more.&lt;BR /&gt;&lt;BR /&gt;I have a file upload UI element where a user can submit a shapefile. I then take that shapefile and convert it to a GeoJSONLayer. I have successfully been able to add it to the view to display as well as configure the pop-up to work. But still no luck with the FeatureTable. Is it possible to create the FeatureTable and display it dynamically (ie. once the uploaded file displays on the map)?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 21:27:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-from-client-side-geojsonlayer-not/m-p/1354890#M82975</guid>
      <dc:creator>dwismer</dc:creator>
      <dc:date>2023-11-29T21:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureTable from client-side GeoJSONLayer not displaying</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-from-client-side-geojsonlayer-not/m-p/1354924#M82976</link>
      <description>&lt;P&gt;Apologies, I had my "require" calls all out of order... I got it all to work. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 22:39:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-from-client-side-geojsonlayer-not/m-p/1354924#M82976</guid>
      <dc:creator>dwismer</dc:creator>
      <dc:date>2023-11-29T22:39:55Z</dc:date>
    </item>
  </channel>
</rss>

