Here is the same data results if PageSize is changed to pageSize: 6,
Hi @dstoick, can you test again with 4.32? We released a new version recently.
Hi @Noah-Sager , I´m using 4.32 and I ´ve the same problem.
Any suggested workarounds for this pagination issue that also results in a blank set of records on the last page?
I have tried to set the property effectiveSize as a workaround without success. It mentions how the last page may be handled differently.
https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable.html#effecti...
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.
Ah effectiveSize is readOnly so not useful in this context