Select to view content in your preferred language

Feature table is blank when results match pageSize

176
2
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
2 Replies
Noah-Sager
Esri Regular Contributor

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

0 Kudos
JoseLuisLopezMartin
New Contributor

Hi @Noah-Sager , I´m using 4.32 and I ´ve the same problem.

0 Kudos