$('#table').bootstrapTable({ columns: columns, data: data, onClickRow:function(row, $element, field) { alert(JSON.stringify(row)); } }); ...
確定! 回上一頁