Table [table] module
This module is for the Play 1.x series only.
This module aims to simplify the code needed to display data in HTML tables.
https://github.com/julienrf/play-table
Written by Julien Richard-Foy.
Published releases
1.2.2 | Nov 21 2011 | Documentation | Try Play |
1.2.1 | Jul 06 2011 | Documentation | Try Play |
1.2 | Apr 23 2011 | Documentation | Try Play |
1.0 | Mar 27 2011 | Documentation | Try Play |
To install locally this module use the install
command:
play install table-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> table {version}