Skip to main content
PyCon US is happening May 14th-22nd in Pittsburgh, PA USA.  Learn more

hurry.resource style resources for jQuery datatables.

Project description

hurry.datatables

Introduction

This library packages the DataTables jquery extension for hurry.resource. It is aware of jQuery datatables’ different modes (normal, minified).

How to use?

You can import datatables from hurry.datatables and .need it where you want these resources to be included on a page:

from hurry.datatables import datatables

.. in your page or widget rendering code, somewhere ..

datatables.need()

This requires integration between your web framework and hurry.resource, and making sure that the original resources (shipped in the datatables-build directory in hurry.datatables) are published to some URL. The hurry.datatables.datatables_lib library, exposed as an entry point to hurry.resource, knows where the data is in its path argument.

The package has already been integrated for Grok and the Zope Toolkit. If you depend on the hurry.zoperesource package in your setup.py, the above example should work out of the box. Make sure to depend on the hurry.zoperesource package in your setup.py.

CHANGES

1.7.6 (2011-03-23)

  • Updated to datatables 1.7.6.

1.7b6.1 (2010-07-28)

  • Initial public release, using datatables 1.7b6

  • Only compatible with hurry.resource >= 0.10

Download

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page