Select to view content in your preferred language

Feature table is blank when results match pageSize

117
1
02-26-2025 07:56 AM
dstoick
New Contributor
@ArcGIS/core": "4.31.6"

When the number of items in the layer is the same as the pageSize the featureTable displays blank.

    this.featureTable = new FeatureTable({
      view: this.view as MapView,
      layer: layer,
      visibleElements: { selectionColumn: true },
      container: 'tableDiv',
      tableTemplate: {
        columnTemplates: fieldColumnTemplates,
      },
      pageSize: 7,
      paginationEnabled: true,
    });



dstoick_0-1740585233142.png


Here is the same data results if PageSize is changed to pageSize: 6,

dstoick_1-1740585282060.png

 

0 Kudos
1 Reply
Noah-Sager
Esri Regular Contributor

Hi @dstoick, can you test again with 4.32? We released a new version recently.

0 Kudos