💬 Subreply
Would you like infinite scrolling on Sublevel? It will be triggered by clicking on a "next page" link. It will also make each page faster by avoiding the count(*) query.
Mark Dain
If you're moving away from pagination to only next/previous, might I make a suggestion; to display 20 rows, query for 21, and if you get 21, you can show the read more link
🏒 Lucian Marin
That's a great idea and it's working. The infinite scrolling looks a bit better, so I probably should implement both and let you beta test it for a while.