Chromatable JQuery插件集成于Plone。
项目描述
简介
要使用它,请按照以下步骤操作,
将collective.chromatable添加到您的buildout eggs中
运行buildout
启动zope
将collective.chromatable安装到您的Plone站点中
现在,将具有chromatable类的任何可滚动表格标记,您将获得一个具有固定标题的滚动表格
如果您想更改chromatable参数,不要使用chromatable类,请将以下行添加到您的模板中
<script> jq(“#your_table_id”).chromatable({ width: “900px”, height: “400px”, scrolling: “yes” }); </script>
变更日志
1.3.0
首次发布
基于chromatable插件版本1.3.0, http://www.chromaloop.com/posts/chromatable-jquery-plugin