bootstrap table 使用


bootstrap table 獲取選中行數據
var a= $table.bootstrapTable('getSelections');
if(a.length==1){
     console.log(a[0].id);
}else{
    alert("請選中一行")
}bootstrap

相關文章
相關標籤/搜索