rails_cursor_pagination 0.4.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:
=
installieren:
=
Runtime Abhängigkeiten (1):
activerecord
>= 6.0