Next Page Nodered UI Table

what if i only want 10 records in the table, and the rest on the next page?

the most trivial thing would be to define a for loop that writes the first 10 table entries into a table, the next 10 into a new table that is on a new page and so on.