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-routes-flow
DISCONTINUED. routes for typescript [GET https://api.github.com/repos/freckle/yesod-routes-flow: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] -
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. -
yesod-form-bulma
DISCONTINUED. [GET https://api.github.com/repos/waddlaw/yesod-bulma: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] -
yesod-s3
DISCONTINUED. Simple Helper Library for using Amazon's Simple Storage Service (S3) with Yesod
InfluxDB – Built for High-Performance Time Series Workloads

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