91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

layui獲取選中行數據的實例講解

發布時間:2020-08-30 02:54:43 來源:腳本之家 閱讀:1100 作者:BooleanIsTrue 欄目:web開發

第一步: 在jsp文件中設置按鈕

<div class="layui-btn-group demoTable">

 <button class="layui-btn" data-type="getCheckData">獲取選中行數據</button>
 <button class="layui-btn" data-type="getCheckLength">獲取選中數目</button>
 <button class="layui-btn" data-type="isAll">驗證是否全選</button>
</div>

第二步:在jsp文件中創建表格

<table class="layui-table" lay-data="{width: 892, height:332, url:'/demo/table/user/', page:true, id:'idTest'}" lay-filter="demo">
 <thead>
  <tr>
   <th lay-data="{type:'checkbox', fixed: 'left'}"></th>
   <th lay-data="{field:'id', width:80, sort: true, fixed: true}">ID</th>
   <th lay-data="{field:'username', width:80}">用戶名</th>
   <th lay-data="{field:'sex', width:80, sort: true}">性別</th>
   <th lay-data="{field:'city', width:80}">城市</th>
   <th lay-data="{field:'sign', width:160}">簽名</th>
   <th lay-data="{field:'experience', width:80, sort: true}">積分</th>
   
   <th lay-data="{field:'classify', width:80}">職業</th>
   <th lay-data="{field:'wealth', width:135, sort: true}">財富</th>
   <th lay-data="{field:'score', width:80, sort: true, fixed: 'right'}">評分</th>
   <th lay-data="{fixed: 'right', width:178, align:'center', toolbar: '#barDemo'}"></th>
  </tr>
 </thead>
</table>

第三步:寫js,監聽事件

<script>
layui.use('table', function(){
 var table = layui.table;
 
 var $ = layui.$, active = {
  getCheckData: function(){ //獲取選中數據
   var checkStatus = table.checkStatus('idTest')
   ,data = checkStatus.data;
   layer.alert(JSON.stringify(data));
  }
 };
</script>

以上這篇layui獲取選中行數據的實例講解就是小編分享給大家的全部內容了,希望能給大家一個參考,也希望大家多多支持億速云。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

贡觉县| 汉源县| 济南市| 连江县| 巴南区| 镇宁| 新营市| 河东区| 海林市| 修武县| 凯里市| 修水县| 离岛区| 平凉市| 阿城市| 清苑县| 同仁县| 武隆县| 平陆县| 陇川县| 芦溪县| 肃南| 武冈市| 白河县| 辽中县| 柘荣县| 施甸县| 麻阳| 铁岭县| 嘉兴市| 辽阳县| 长乐市| 新绛县| 桦甸市| 新闻| 清苑县| 长阳| 定日县| 崇义县| 锡林浩特市| 健康|