@sticky-night-20812 @broad-telephone-16027
The limitation is of the list view-layout—it is not a limitation of Stacker Tables. We only load 1000 records at a time, that are then paginated.
We do this for performance reasons, and because we don’t expect anyone to reasonably scroll through dozens of pages without searching for something specific, or using filters.
If you use any filters, we will fetch all the records that match that filter, up to a 1000.
We also show only 1000 records in the admin data grid (data source preview) for same reasons.