Metadata-Version: 1.0
Name: js.jquery-datatables
Version: 1.8.2
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::
        
          >>> from js.jquery_datatables import jquery_datatables 
          >>> jquery_datatables.need()
        
        
        CHANGES
        *******
        
        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
