collective.chromatable 1.3.0
Chromatable JQuery plugin integration for Plone.
Introduction
To use it just follow this steps,
- Add collective.chromatable to your buildout eggs
- Run buildout
- Start zope
- Install collective.chromatable into your Plone site
Now mark any scrollable table with chromatable class and you will get a nice scrolling table with fixed headers
If you want to change chromatable parameter don't use the chromatable class, add the following lines to your template:
<script> jq("#your_table_id").chromatable({ width: "900px", height: "400px", scrolling: "yes" }); </script>
Changelog
1.3.0
- Initial release
- Based on chromatable plugin version 1.3.0, http://www.chromaloop.com/posts/chromatable-jquery-plugin
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| collective.chromatable-1.3.0.tar.gz (md5) | Source | 2010-02-14 | 13KB | 464 | |
- Author: Juan Pablo Giménez
- Home Page: http://svn.plone.org/svn/collective/
- Keywords: jquery plone
- License: GPL
- Categories
- Package Index Owner: jpg
- DOAP record: collective.chromatable-1.3.0.xml
