In 0.25 RC we also have offset based pagination. I...
# community-help
k
In 0.25 RC we also have offset based pagination. Instead of using
page
and
per_page
you can use
offset
and
limit
(like SQL) and this offers flexible pagination.