jQuery-EasyUI精编.pptVIP

  • 39
  • 0
  • 约1.27万字
  • 约 35页
  • 2016-12-24 发布于湖北
  • 举报
数据表格 – DataGrid 数据表格显示的数据以表格的形式,并提供了丰富的选择,排序,分组和编辑数据的支持。这个数据表格被设计以缩短开发时间,并要求开发商没有具体的知识。它是轻量级的,功能丰富的。单元格合并,多列标题,冻结列和页脚是其功能只是一小部分。 案例如下: 通过TABLE标记创建的DataGrid。嵌套的TH标签定义的列的表 table?class=easyui-datagrid?style=width:400px;height:250px?? ????????data-options=url:datagrid_data.json,fitColumns:true,singleSelect:true?? ????thead?? ????????tr?? ????????????th?data-options=field:code,width:100Code/th?? ????????????th?data-options=field:name,width:100Name/th?? ????????????th?data-options=field:price,width:100,align:rightPrice/th?? ????????/tr?? ????/thead?? /table? 1.DataGrid(数据网格)讲解 数据表格属性(DataGrid Prope

文档评论(0)

1亿VIP精品文档

相关文档