Typically, the standard way of moving between pages is to pass a parameter to the server-side script loading the data, telling it what page of the result set it should output.
If there are additional filters that need to be applied to the data after the table access step, the rows will pass through that filter before being included in the final result set from that step.