How to use?
===========


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

  >>> import js.jquery_datatables as jt
  >>> jt.jquery_datatables.need()
  >>> jt.autofill.need()
  >>> jt.colreorder.need()
  >>> jt.colvis.need()
  >>> jt.fixed_columns.need()
  >>> jt.fixed_header.need()
  >>> jt.keytable.need()
  >>> jt.responsive.need()
  >>> jt.scroller.need()
  >>> jt.table_tools.need()

