Popularity
2.5
Declining
Activity
0.0
Stable
4
2
1

Monthly Downloads: 3
Programming language: JavaScript
License: BSD 3-clause "New" or "Revised" License
Tags: Web     Yesod    

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.

Do you think we are missing an alternative of yesod-datatables or a related project?

Add another 'yesod' Package

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