Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 777 Bytes

README.textile

File metadata and controls

15 lines (8 loc) · 777 Bytes

Tabula Rasa

Tabula Rasa provides support for user-customisable tables, allowing each user to have a custom view of any table in your application. Client-side support is provided using the excellent DataTables jQuery plugin.

Server-side table definitions

Tables can be defined on the server side, and customised by users so they have their own individual view of a table in the client. Customisations for moment are position and visibility.

Table cell values calculated by the controller

You have the option to pass your target option and a column key to the controller to obtain the rendered value.

AJAX support for DataTables

A model and renderer are provided to make rendering JSON data to DataTables simple.