Pagination condition for multiple columns
There are many ways to do pagination in production.
In this article, I'll explore an efficient method for pagination in production environments: fetching records up to the page size using conditions based on the last record's values.
This approach en...
xuanyu.ca9 min read