Metadata-Version: 1.0
Name: js.jquery-datatables
Version: 1.9.4-1
Summary: Fanstatic packaging of jQuery Datatables
Home-page: UNKNOWN
Author: Fanstatic Developers
Author-email: fanstatic@googlegroups.com
License: BSD
Description: js.jquery_datatables
        ********************
        
        Introduction
        ============
        
        This library packages `jQuery Datatables`_ for `fanstatic`_.
        
        .. _`fanstatic`: http://fanstatic.org
        .. _`jQuery Datatables`: http://www.datatables.net
        
        This requires integration between your web framework and ``fanstatic``,
        and making sure that the original resources (shipped in the ``resources``
        directory in ``js.jquery_datatables``) are published to some URL.
        
        
        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.scroller.need()
          >>> jt.table_tools.need()
        
        
        CHANGES
        *******
        
        1.9.4-1 (2013-09-10)
        ====================
        
        - Add included extras as fanstatic resources.
        
        
        1.9.4 (2012-10-12)
        ==================
        
        - Updated files to datatables version 1.9.4
        
        
        1.9.3 (2012-10-12)
        ==================
        
        - Nothing changed yet.
        
        
        1.9.2 (2012-07-17)
        ==================
        
        - Nothing changed yet.
        
        1.8.2 (2011-11-11)
        ==================
        
        - Modified to make available ``jquery_datatables_js`` as a separate
          resource that doesn't include the css by default.
        
        - Upgraded to datatables 1.8.2
        
        1.7.6 (2011-04-25)
        ==================
        
        - Initial release.
        
Platform: UNKNOWN
