<?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 How can I display a hosted feature layer's attribute table on an Open Data site page? in ArcGIS Online Developers Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-developers-questions/how-can-i-display-a-hosted-feature-layer-s/m-p/110223#M121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;I need&amp;nbsp;to display a hosted feature layer's attribute table&amp;nbsp;in an &lt;A href="http://roadclosures-sonomamap.opendata.arcgis.com/"&gt;Open Data site&lt;/A&gt; (ArcGIS Hub).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Can someone please tell me the best way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To explain, we are displaying a road closures map, and beneath the map, we want to display a list of the road closures that are shown on the map - hence, the need to display the hosted feature layer's attribute table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the site, so far:&amp;nbsp;&lt;A class="link-titled" href="http://roadclosures-sonomamap.opendata.arcgis.com/" title="http://roadclosures-sonomamap.opendata.arcgis.com/"&gt;http://roadclosures-sonomamap.opendata.arcgis.com/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what I have discovered so far:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I have tried using the &lt;A href="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=fl_paging"&gt;FeatureTable dijit&lt;/A&gt; (Javascript from the ArcGIS API for Javascript)&lt;UL&gt;&lt;LI&gt;Embedding this code in an open data site doesn't work, for some reason. The site builder seems to recognize it, but then it doesn't render it.&lt;/LI&gt;&lt;LI&gt;The only way I can get it to display in an open data site is by using the iframe widget. This requires me to host the Javascript on an external&amp;nbsp;html file&amp;nbsp;on our local server. This solution is ultimately not going to work for&amp;nbsp;my organization's&amp;nbsp;needs.&lt;/LI&gt;&lt;LI&gt;I have also discovered that the column ordering property&amp;nbsp;&lt;SPAN&gt;the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=fl_paging" style="color: #2989c5; text-decoration: none;"&gt;FeatureTable dijit&lt;/A&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;function doesn't work.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;When you re-order the array that lists the column order, the columns are supposed to re-order. But they don't. (I have already shown this to ESRI's SDK Team, and they are looking into it).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Any further input would be greatly appreciated ... Thank you!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Lee&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jun 2019 22:18:17 GMT</pubDate>
    <dc:creator>SonomaMapAdministrator</dc:creator>
    <dc:date>2019-06-19T22:18:17Z</dc:date>
    <item>
      <title>How can I display a hosted feature layer's attribute table on an Open Data site page?</title>
      <link>https://community.esri.com/t5/arcgis-online-developers-questions/how-can-i-display-a-hosted-feature-layer-s/m-p/110223#M121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;I need&amp;nbsp;to display a hosted feature layer's attribute table&amp;nbsp;in an &lt;A href="http://roadclosures-sonomamap.opendata.arcgis.com/"&gt;Open Data site&lt;/A&gt; (ArcGIS Hub).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Can someone please tell me the best way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To explain, we are displaying a road closures map, and beneath the map, we want to display a list of the road closures that are shown on the map - hence, the need to display the hosted feature layer's attribute table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the site, so far:&amp;nbsp;&lt;A class="link-titled" href="http://roadclosures-sonomamap.opendata.arcgis.com/" title="http://roadclosures-sonomamap.opendata.arcgis.com/"&gt;http://roadclosures-sonomamap.opendata.arcgis.com/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what I have discovered so far:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I have tried using the &lt;A href="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=fl_paging"&gt;FeatureTable dijit&lt;/A&gt; (Javascript from the ArcGIS API for Javascript)&lt;UL&gt;&lt;LI&gt;Embedding this code in an open data site doesn't work, for some reason. The site builder seems to recognize it, but then it doesn't render it.&lt;/LI&gt;&lt;LI&gt;The only way I can get it to display in an open data site is by using the iframe widget. This requires me to host the Javascript on an external&amp;nbsp;html file&amp;nbsp;on our local server. This solution is ultimately not going to work for&amp;nbsp;my organization's&amp;nbsp;needs.&lt;/LI&gt;&lt;LI&gt;I have also discovered that the column ordering property&amp;nbsp;&lt;SPAN&gt;the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=fl_paging" style="color: #2989c5; text-decoration: none;"&gt;FeatureTable dijit&lt;/A&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;function doesn't work.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;When you re-order the array that lists the column order, the columns are supposed to re-order. But they don't. (I have already shown this to ESRI's SDK Team, and they are looking into it).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Any further input would be greatly appreciated ... Thank you!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Lee&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 22:18:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-developers-questions/how-can-i-display-a-hosted-feature-layer-s/m-p/110223#M121</guid>
      <dc:creator>SonomaMapAdministrator</dc:creator>
      <dc:date>2019-06-19T22:18:17Z</dc:date>
    </item>
  </channel>
</rss>

