• <menu id="w2i4a"></menu>
  • logo jQuery EasyUI使用教程

    文檔首頁(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ù)!查看詳情>>>

    <jQuery EasyUI最新試用版免費(fèi)下載>

    本教程為您演示如何放置一個(gè)復(fù)選框到數(shù)據(jù)網(wǎng)格中。通過(guò)復(fù)選框用戶將可以選擇選中/取消選中網(wǎng)格行數(shù)據(jù)。

    在數(shù)據(jù)網(wǎng)格中添加復(fù)選框

    想要添加一個(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è)诰€客服"

    掃碼咨詢


    添加微信 立即咨詢

    電話咨詢

    客服熱線
    023-68661681

    TOP
    三级成人熟女影院,欧美午夜成人精品视频,亚洲国产成人乱色在线观看,色中色成人论坛 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();