jQuery EasyUI 数据网格 - 添加工具栏
本实例演示如何添加工具栏(toolbar)到数据网格(datagrid)。
创建数据网格(DataGrid)
url="data/datagrid_data.json"
title="DataGrid with Toolbar" iconCls="icon-save"
toolbar="#tb">
Item ID | Product ID | List Price | Unit Cost | Attribute | Stauts |
---|
我们不需要写任何的 javascript 代码,只需通过 'toolbar' 属性附加工具栏(toolbar)到数据网格(datagrid)。
下载 jQuery EasyUI 实例
jeasyui-datagrid-datagrid4.zip
本文转载自:w3cschool(编辑:雷林鹏 来源:网络 侵删)