Paging query, how do you get all the data?

When I put the last page, the ordersDs only has this page of data, and I want to get the ordersDs, and contain all the data, not just this page of data.
Thanks!

Hi,

Paging is defined by the Filter component. You can either set useMaxResults=false for the table filter, see more in documentation, or even remove the filter completely if you don’t need it.