yesod-datatables alternatives and similar packages
Based on the "yesod" category.
Alternatively, view yesod-datatables alternatives based on common mentions on social networks and blogs.
-
yesod-dsl
A domain specific language and a code generator desined to create RESTful services for managing an RDBMS with Yesod web framework and Persistent. -
yesod-raml
Generate Yesod framework route definitions, documentaiton, mock-handler, and more from your RAML spec. -
yesod-auth-hmac-keccak
DISCONTINUED. An account authentication plugin for yesod with encrypted token transfer.
InfluxDB - Purpose built for real-time analytics at any scale.
Do you think we are missing an alternative of yesod-datatables or a related project?
README
yesod-datatables
DataTables (http://datatables.net) is a capable plugin for jQuery Javascript library. This Haskell library contains routines for implementing server-side processing (request parsing, database querying, and response formatting) for DataTables with Yesod platform.
See the example at http://yesod-datatables-example.herokuapp.com .
The relevant bits are in:
- [Handler](example/Handler/Home.hs)
- [hamlet-template](example/templates/dataTablesWidget.hamlet)
- [julius-template](example/templates/dataTablesWidget.julius)
The reference documentation is available in Hackage