This message was deleted.
# questions
b
This message was deleted.
r
This is referring to displaying the contents in a table view. You can theoretically have unlimited records in a table, they just can’t all be displayed at once. Searching, however, will return all results from the table.
s
Is this limitation related to Stacker Tables, Admin data source preview, and/or to the customer-facing List view layout? Wondering if it only affects Admins, or customers, too. There is a pagination system with List views, so I’d assume this limitation only applies to the Admin side.
e
@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.
s
Thanks for the clarification, I wasn’t aware of this.