多语言展示
当前在线:1755今日阅读:190今日分享:11

jQuery EasyUI入门到精通(23)DataGrid(完)

jQuery EasyUI是一组基于jQuery的UI插件集合体,而jQuery EasyUI的目标就是帮助web开发者更轻松的打造出功能丰富并且美观的UI界面。开发者不需要编写复杂的javascript,也不需要对css样式有深入的了解,开发者需要了解的只有一些简单的html标签。             本经验是 【jQuery EasyUI从入门到精通】系列教程的第23部分,在第22部分基础上,继续讲述 jQuery EasyUI Web Demos之DataGrid(数据表格),本经验将完成DataGrid(数据表格)讲述。
工具/原料
1

笔记本电脑或是台式机

2

互联网

3

jQuery EasyUI

4

DataGrid(数据表格)

方法/步骤
1

DataGrid Virtual Scroll View Demo(DataGrid虚拟滚动视图案例),Drag the vertical scroll and release it to navigate to the desired page(拖动垂直滚动条,并将其释放到所需的页导航。).html基本结构如下:                DataGrid Virtual Scrolling - jQuery EasyUI Demo                           

DataGrid Virtual Scroll View Demo

   
       
 
       
Drag the vertical scroll and release it to navigate to the desired page.
   
       
           
                                                                                                                                                                   
Inv NoDateNameAmountPriceCostNote
   

2

DataGrid Virtual Scroll View Demo(DataGrid虚拟滚动视图案例),Javascript代码如下所示:

3

DataGrid Virtual Scroll View Demo(DataGrid虚拟滚动视图案例),运行效果如下图所示:

4

Virtual Scroll View(虚拟滚动视图)(Detail Rows,细节行),DataGrid Virtual Scroll View with Detail Rows.Navigate to the desired page and click the expand button to expand a detail row.该案例HTML基本结构如下:                DataGrid Virtual Scrolling with Detail Rows - jQuery EasyUI Demo                           

DataGrid Virtual Scroll View with Detail Rows

   
       
 
       
Navigate to the desired page and click the expand button to expand a detail row.
   
   
           
                                                                                                                                                                   
Inv NoDateNameAmountPriceCostNote
   

5

DataGrid Virtual Scroll View with Detail Rows案例,Javascript代码如下所示:

6

DataGrid Virtual Scroll View with Detail Rows,运行效果如下图所示:

7

Fluid DataGrid(流式数据网格),This example shows how to assign percentage width to a column in DataGrid(这个例子展示了如何在DataGrid的列分配百分比宽度).        Fluid DataGrid - jQuery EasyUI Demo                       

Fluid DataGrid

   

This example shows how to assign percentage width to a column in DataGrid.

   
                                                                                                                                                   
Item ID(15%)Product(15%)List Price(15%)Unit Cost(15%)Attribute(25%)Status(15%)

8

Fluid DataGrid(流式数据表格),运行效果如下图所示:

9

至此, jQuery EasyUI Web Demos之DataGrid(数据表格)课程全部结束。

注意事项

jQuery EasyUI插件依赖于JQuery,需要在easyui.min.js之前引入JQuery库

推荐信息