JQuery 获取 数据表格 复选框 选中的值
生活随笔
收集整理的這篇文章主要介紹了
JQuery 获取 数据表格 复选框 选中的值
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
1,效果圖
2,代碼
$('#weidatagrid1').datagrid({method:'get',rownumbers: true,singleSelect: false,//允許多選height: findDimensions_height() - 50,autoRowHeight: false,pagination: true,idField: 'id',remoteSort: false,clientPaging:true,pageSize: 15,pageList: [10, 15, 20, 25, 30, 40, 50],columns:[[{field: 'id', align: 'left', halign: 'center',checkbox:true},//設(shè)置復(fù)選框{field: 'interid', title: '接口ID', width:120, align: 'left', halign: 'center'},{field: 'opeater', title: '操作', width: 250, align: 'left',sort:true, halign: 'center',formatter: function (value, row, index) {var str= '<button type=\'button\' class=\'btn btn-primary bi-glyphicon\' οnclick="lookdetails(\'' + row.id + '\')">查看詳情</button>'return str;}}]],//獲取選中行記錄onSelect:function(index,row){},onUnselect:function(index,row){},onSelectAll:function(index,row){},onUnSelectAll:function(index,row){},onCheckAll:function(index,row){},onUncheckAll:function(index,row){}}).datagrid('clientPaging');//分頁(yè)樣式`在這里插入代碼片` function delRows() {var selectIds=$('#weidatagrid1').datagrid('getSelections');//獲取選中行的記錄數(shù)據(jù)var str="";for (var i = 0; i < selectIds.length; i++) {if(i==selectIds.length-1){str+=selectIds[i].id;//獲取其中第i組數(shù)據(jù)的id屬性的值}else{str+=selectIds[i].id+",";}} }總結(jié)
以上是生活随笔為你收集整理的JQuery 获取 数据表格 复选框 选中的值的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: html局部翻页效果,基于Turn.js
- 下一篇: python幂次方计算公式_python