<?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 4.30 failing to display grid in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-4-30-failing-to-display-grid/m-p/1535914#M85619</link>
    <description>&lt;P&gt;I am using&amp;nbsp;"@angular/core": "16.2.12".&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/180"&gt;@AndyGup&lt;/a&gt;, do you think this is something to do with Angular libraries that's causing the failure in the display?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Sep 2024 14:16:37 GMT</pubDate>
    <dc:creator>Shingo-Ikeda</dc:creator>
    <dc:date>2024-09-06T14:16:37Z</dc:date>
    <item>
      <title>FeatureTable 4.30 failing to display grid</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-4-30-failing-to-display-grid/m-p/1514374#M85184</link>
      <description>&lt;P&gt;I have recently upgraded my JS API from&amp;nbsp;4.29.10 to 4.30 and I noticed that FeatureTable is no longer displayed. It shows the record counts at the top (i.e.,&amp;nbsp;&lt;SPAN&gt;LayerName (Total: 100 | Selection: 0)); however, the rest of the table is greyed out.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have modified and removed all css components; however, it is still not displayed. Its associated feature data (from GeoJsonLayer) is displayed on map component.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am using Angular and I am not clear if this is causing the issue.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 19:43:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-4-30-failing-to-display-grid/m-p/1514374#M85184</guid>
      <dc:creator>Shingo-Ikeda</dc:creator>
      <dc:date>2024-08-02T19:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureTable 4.30 failing to display grid</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-4-30-failing-to-display-grid/m-p/1514999#M85196</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ShingoIkeda_0-1722871046901.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/111606i286D39D1D7A6BA6E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ShingoIkeda_0-1722871046901.png" alt="ShingoIkeda_0-1722871046901.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here is the example of the FeatureTable. In 4.29.10, it displays correctly.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2024 15:18:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-4-30-failing-to-display-grid/m-p/1514999#M85196</guid>
      <dc:creator>Shingo-Ikeda</dc:creator>
      <dc:date>2024-08-05T15:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureTable 4.30 failing to display grid</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-4-30-failing-to-display-grid/m-p/1535914#M85619</link>
      <description>&lt;P&gt;I am using&amp;nbsp;"@angular/core": "16.2.12".&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/180"&gt;@AndyGup&lt;/a&gt;, do you think this is something to do with Angular libraries that's causing the failure in the display?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 14:16:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-4-30-failing-to-display-grid/m-p/1535914#M85619</guid>
      <dc:creator>Shingo-Ikeda</dc:creator>
      <dc:date>2024-09-06T14:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureTable 4.30 failing to display grid</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-4-30-failing-to-display-grid/m-p/1535954#M85621</link>
      <description>&lt;P&gt;I was able to make it display when I updated stylesheet reference to 4.30 and changed the FeatureTable display to use viewChild as:&lt;/P&gt;&lt;P&gt;html:&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;&amp;lt;div &lt;/SPAN&gt;&lt;SPAN&gt;id&lt;/SPAN&gt;&lt;SPAN&gt;="tableWrapper" &lt;/SPAN&gt;&lt;SPAN&gt;class&lt;/SPAN&gt;&lt;SPAN&gt;="table-wrapper"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;  &amp;lt;div &lt;/SPAN&gt;&lt;SPAN&gt;#&lt;/SPAN&gt;&lt;SPAN&gt;tableContainer&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;ts:&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;@ViewChild('tableContainer', { static: true }) private tableContainerEl!: ElementRef;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 15:42:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-4-30-failing-to-display-grid/m-p/1535954#M85621</guid>
      <dc:creator>Shingo-Ikeda</dc:creator>
      <dc:date>2024-09-06T15:42:08Z</dc:date>
    </item>
  </channel>
</rss>

