<?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 is blank when results match pageSize in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table-is-blank-when-results-match-pagesize/m-p/1676380#M88036</link>
    <description>&lt;P&gt;Any suggested workarounds for this pagination issue that also results in a blank set of records on the last page?&lt;BR /&gt;&lt;BR /&gt;I have tried to set the property effectiveSize as a workaround without success. It mentions how the last page may be handled differently.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable.html#effectiveSize" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable.html#effectiveSize&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Right now either increasing or decreasing number of records by 1 to not be an even multiple of number of records / pageSize is the only working solution, but prefer to use a rounded number like 1000 total records and pageSize of 20 resulting in 50 pages.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Jan 2026 17:02:39 GMT</pubDate>
    <dc:creator>Delores_Muller</dc:creator>
    <dc:date>2026-01-07T17:02:39Z</dc:date>
    <item>
      <title>Feature table is blank when results match pageSize</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table-is-blank-when-results-match-pagesize/m-p/1589508#M86590</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/642472"&gt;@ArcGIS&lt;/a&gt;/core"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;"4.31.6"&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;When the number of items in the layer is the same as the pageSize the featureTable displays blank.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;this&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;featureTable&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;new&lt;/SPAN&gt; &lt;SPAN&gt;FeatureTable&lt;/SPAN&gt;&lt;SPAN&gt;({&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;view&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;this&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;view&lt;/SPAN&gt; &lt;SPAN&gt;as&lt;/SPAN&gt; &lt;SPAN&gt;MapView&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;layer&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;layer&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;visibleElements&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; { &lt;/SPAN&gt;&lt;SPAN&gt;selectionColumn&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;true&lt;/SPAN&gt;&lt;SPAN&gt; },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;container&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;'tableDiv'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;tableTemplate&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;columnTemplates&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;fieldColumnTemplates&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;pageSize&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;7&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;paginationEnabled&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;true&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; });&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dstoick_0-1740585233142.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/126346i46B7AC7D36B8BBB9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dstoick_0-1740585233142.png" alt="dstoick_0-1740585233142.png" /&gt;&lt;/span&gt;&lt;P&gt;&lt;BR /&gt;Here is the same data results if PageSize is changed to&amp;nbsp;&lt;SPAN&gt;pageSize&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&amp;nbsp;6&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dstoick_1-1740585282060.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/126347iBC015CB45C788CDB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dstoick_1-1740585282060.png" alt="dstoick_1-1740585282060.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 26 Feb 2025 15:56:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table-is-blank-when-results-match-pagesize/m-p/1589508#M86590</guid>
      <dc:creator>dstoick</dc:creator>
      <dc:date>2025-02-26T15:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Feature table is blank when results match pageSize</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table-is-blank-when-results-match-pagesize/m-p/1596635#M86721</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/694952"&gt;@dstoick&lt;/a&gt;, can you test again with 4.32? We released a new version recently.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 16:23:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table-is-blank-when-results-match-pagesize/m-p/1596635#M86721</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2025-03-18T16:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Feature table is blank when results match pageSize</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table-is-blank-when-results-match-pagesize/m-p/1614008#M87143</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/169842"&gt;@Noah-Sager&lt;/a&gt;&amp;nbsp;, I´m using 4.32 and I ´ve the same problem.&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 13:17:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table-is-blank-when-results-match-pagesize/m-p/1614008#M87143</guid>
      <dc:creator>JoseLuisLopezMartin</dc:creator>
      <dc:date>2025-05-13T13:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Feature table is blank when results match pageSize</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table-is-blank-when-results-match-pagesize/m-p/1676380#M88036</link>
      <description>&lt;P&gt;Any suggested workarounds for this pagination issue that also results in a blank set of records on the last page?&lt;BR /&gt;&lt;BR /&gt;I have tried to set the property effectiveSize as a workaround without success. It mentions how the last page may be handled differently.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable.html#effectiveSize" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable.html#effectiveSize&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Right now either increasing or decreasing number of records by 1 to not be an even multiple of number of records / pageSize is the only working solution, but prefer to use a rounded number like 1000 total records and pageSize of 20 resulting in 50 pages.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2026 17:02:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table-is-blank-when-results-match-pagesize/m-p/1676380#M88036</guid>
      <dc:creator>Delores_Muller</dc:creator>
      <dc:date>2026-01-07T17:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Feature table is blank when results match pageSize</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table-is-blank-when-results-match-pagesize/m-p/1676395#M88037</link>
      <description>&lt;P&gt;Ah effectiveSize is readOnly so not useful in this context&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2026 17:19:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-table-is-blank-when-results-match-pagesize/m-p/1676395#M88037</guid>
      <dc:creator>Delores_Muller</dc:creator>
      <dc:date>2026-01-07T17:19:13Z</dc:date>
    </item>
  </channel>
</rss>

