Community contributed extensions

paginate [paginate] module

This module is for the Play 1.x series only.

A replacement for #{list} tags that allows for easy pagination.

http://github.com/lmcalpin/Play--Paginate

Written by Lawrence McAlpin.

Published releases

0.14 Feb 23 2012 Documentation Try Play
head Feb 03 2012 Documentation Try Play
0.13 Jan 26 2012 Documentation Try Play
0.12 Nov 23 2011 Documentation Try Play
0.11 Sep 13 2011 Documentation Try Play
0.1 Jul 26 2011 Documentation Try Play

To install locally this module use the install command:

play install paginate-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> paginate {version}