文檔首頁(yè)>>jQuery EasyUI使用教程>>jQuery EasyUI使用教程:在數(shù)據(jù)網(wǎng)格中添加復(fù)選框
jQuery EasyUI使用教程:在數(shù)據(jù)網(wǎng)格中添加復(fù)選框
Kendo UI for jQuery——?jiǎng)?chuàng)建現(xiàn)代Web應(yīng)用程序的最完整UI庫(kù)!查看詳情>>>
本教程為您演示如何放置一個(gè)復(fù)選框到數(shù)據(jù)網(wǎng)格中。通過(guò)復(fù)選框用戶將可以選擇選中/取消選中網(wǎng)格行數(shù)據(jù)。
想要添加一個(gè)復(fù)選框列,用戶只需要添加一個(gè)列的checkbox屬性,并將其設(shè)置為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>
上面的代碼添加了一個(gè)帶有checkbox屬性的列,所以它將成為復(fù)選框列。如果idField屬性已設(shè)置,數(shù)據(jù)網(wǎng)格的選擇集合將保持在不同的頁(yè)面。
購(gòu)買jQuery EasyUI最新正版授權(quán)!詳情請(qǐng)"咨詢?cè)诰€客服"