eahlberg / yesod-paginator

Pagination in yesod applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yesod-paginator

Handle a database query and/or array-math to paginate a list and produce a page of items along with a pagination widget for navigating them.

Usage

See the top-level module documentation.

Examples

See the example. Run it with

stack build --flag yesod-paginator:examples
stack exec yesod-paginator-example

Development & Tests

stack setup
stack build --pedantic --test

CHANGELOG | LICENSE

About

Pagination in yesod applications

License:MIT License


Languages

Language:Haskell 97.9%Language:Makefile 2.1%