W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
本節(jié)將介紹jQuery EasyUI數(shù)據(jù)網(wǎng)格中復選框的添加。
下述的實例演示如何放置一個復選框列到數(shù)據(jù)網(wǎng)格(DataGrid)。通過復選框,用戶將可以選擇“選中/取消選中”網(wǎng)格行數(shù)據(jù)。
為了添加一個復選框列,我們僅僅需要添加一個列的checkbox屬性,并設置它為true。代碼如下所示:
<table id="tt" title="Checkbox Select" class="easyui-datagrid" style="width:550px;height:250px" url="data/datagrid_data.json" idField="itemid" pagination="true" iconCls="icon-save">
<thead>
<tr>
<th field="ck" checkbox="true"></th>
<th field="itemid" width="80">Item ID</th>
<th field="productid" width="80">Product ID</th>
<th field="listprice" width="80" align="right">List Price</th>
<th field="unitcost" width="80" align="right">Unit Cost</th>
<th field="attr1" width="100">Attribute</th>
<th field="status" width="60" align="center">Status</th>
</tr>
</thead>
</table>
以上代碼添加了一個帶有checkbox屬性的列,所以它將成為復選框列。如果idField屬性已設置,數(shù)據(jù)網(wǎng)格(DataGrid)的選擇集合將在不同的頁面保持。
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: