Created attachment 4114 [details] [review] proposed patch The pagination on the guided reports page is not showing up. To test: Add a sql report with more than 20 results. Example: select * from borrowers Without the patch, only the first 20 results will. The pagination bar is not shown.
Created attachment 4119 [details] [review] Signed off Patch
Works as described; shows pagination if > 20 results, no pagination if less. Works for queries that use GROUP BY, as well. Marking as Passed QA.
Pushed, please test and mark resolved
Pagination of results is displayed and works as expected.