rails_cursor_pagination 0.3.0
This library is an implementation of cursor pagination for ActiveRecord relations. Where a regular limit & offset pagination has issues with items that are being deleted from or added to the collection on previous pages, cursor pagination will continue to offer a stable set regardless of changes to the base relation.
Gemfile:
=
安装:
=
Runtime 依赖 (1):
activerecord
>= 5.0