jQuery EasyUI使用教程之建立複雜的樹網格

樹網格能夠展現有限空間上附帶的多列和複雜數據電子表格。本教程將演示如何將表格數據排列在分割的網格和多行表頭中,以便組織共同的數據。html

jQuery EasyUI最新試用版下載請猛戳>>json

添加節點到樹形菜單

點擊查看示例ui

建立樹形網格

1url

2spa

3code

4htm

5blog

6教程

7ip

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

<table title="Complex TreeGrid" class="easyui-treegrid" style="width:550px;height:250px" url="data/treegrid2_data.json" rownumbers="true" showfooter="true" idfield="id" treefield="region">

<thead frozen="true">

<tr>

<th field="region" width="150">Region</th>

</tr>

</thead>

<thead>

<tr>

<th colspan="4">2009</th>

<th colspan="4">2010</th>

</tr>

<tr>

<th field="f1" width="50" align="right">1st qrt.</th>

<th field="f2" width="50" align="right">2st qrt.</th>

<th field="f3" width="50" align="right">3st qrt.</th>

<th field="f4" width="50" align="right">4st qrt.</th>

<th field="f5" width="50" align="right">1st qrt.</th>

<th field="f6" width="50" align="right">2st qrt.</th>

<th field="f7" width="50" align="right">3st qrt.</th>

<th field="f8" width="50" align="right">4st qrt.</th>

</tr>

</thead>

</table>

正如您所看到的,樹網格的使用和數據網格同樣。請使用 'frozen' 屬性來定義凍結列,列的 'colspan' 和 'rowspan' 屬性來定義多行表頭。

下載EasyUI示例:easyui-treegrid-demo.zip

有興趣的朋友能夠點擊查看更多有關jQuery EasyUI的教程>>

相關文章
相關標籤/搜索