Layui——checkbox使用
Posted coder1013
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Layui——checkbox使用相关的知识,希望对你有一定的参考价值。
tid = table.checkStatus(‘test‘).data; //获取选中的value test:table的id
// 循环添加到新的数组存起来
for(var i=0; i<tid.length;i++){
tidArr.push(tid[i].tid);
}
tabel开启checkbox
,cols: [
[
{type:‘checkbox‘}
,{field:‘real_name‘, title: ‘姓名‘,sort: true}
,{field:‘sex‘, title: ‘性别‘}
,{field:‘phone‘, title: ‘手机号‘,sort: true}
]
]
以上是关于Layui——checkbox使用的主要内容,如果未能解决你的问题,请参考以下文章