1 مستودع
Ability to redefine the query keys used for pagination in the URL.
Distinct from URL Parameter Formatting: Candidates focus on batching or localization, not the customization of paging keys.
Explore 1 awesome GitHub repository matching web development · URL Parameter Customization. Refine with filters or upvote what's useful.
Pagy is a framework-agnostic Ruby pagination library used to split large datasets into numbered pages. It provides multiple implementations for dividing data, including offset-based slicing for standard collections and high-performance keyset pagination for massive datasets. The library includes a pagination UI generator for rendering accessible HTML navigation bars and a dedicated tool for REST API pagination that produces RFC-compliant link headers and JSON metadata. It also features specialized systems for dividing results from search engines like Elasticsearch, Meilisearch, and Typesense,
Allows developers to redefine the query keys used for page and limit parameters in URLs.