Tabula Rasa [tabularasa] module
This module is for the Play 1.x series only.
Tabula Rasa provides support for user-customisable tables in views. DataTables is used as the client-side table renderer. Loading data via AJAX into tables is also simplified, and can be used with or without personalized tables.
https://github.com/schaloner/tabula-rasa
Written by Steve Chaloner.
Published releases
0.2 | Mar 15 2011 | Documentation | Try Play |
0.1 | Jan 28 2011 | Documentation | Try Play |
To install locally this module use the install
command:
play install tabularasa-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> tabularasa {version}