The better option is to create a view in the DB and just use that for the paged query.
Here's another thing you can try. Disable the output on paged query. Instead, create another variable below paged query, and set the "page" part of the paged query as its value, and enable output.
Then, set the repeat to output all the fields from paged query.
This way, you can use this set value to setup pagination on the page, and use the repeat step output to bind your table or other repeat structure.