首页
会员中心
到顶部
到尾部
jQuery EasyUI教程

jQuery EasyUI 数据网格 – 创建页脚摘要

时间:2020/11/2 21:31:38  作者:  来源:  查看:0  评论:0
内容摘要:pre {white-space: pre-wrap;}jQuery EasyUI 数据网格 - 创建页脚摘要在本教程中,我们将向您展示如何在数据网格(datagrid)页脚显示摘要信息行。为了显示页脚行,您应该设置 showFooter 属性为 true,然后准备定义在数据网格...

jQuery EasyUI 数据网格 - 创建页脚摘要

在本教程中,我们将向您展示如何在数据网格(datagrid)页脚显示摘要信息行。

jQuery EasyUI 数据网格 – 创建页脚摘要

为了显示页脚行,您应该设置 showFooter 属性为 true,然后准备定义在数据网格(datagrid)数据中的页脚行。以下是示例数据:

    {"total":1,"rows":[{"id":1,"name":"Chai","price":18.00}],"footer":[{"name":"Total","price":18.00}]}

创建数据网格(DataGrid)

    <table id="tt" title="DataGrid" class="easyui-datagrid" style="width:400px;height:250px"            url="data/datagrid17_data.json"            fitColumns="true" rownumbers="true" showFooter="true">        <thead>            <tr>                <th field="name" width="80">Product Name</th>                <th field="price" width="40" align="right">Unit Price</th>            </tr>        </thead>    </table>

页脚行和显示数据行一样,所以您可以在页脚显示不止一个摘要信息。

下载 jQuery EasyUI 实例

jeasyui-datagrid-datagrid17.zip



相关评论
广告联系QQ:45157718 点击这里给我发消息 电话:13516821613 杭州余杭东港路118号雷恩国际科技创新园  网站技术支持:黄菊华互联网工作室 浙ICP备06056032号