1 Html

操作
2 Js
2.1 格式化

//格式化操作按钮
function actionFormatter(value, row, index) {
return getOperation(row['id'],row['pic'],row['name']);
}
2.2 具体格式化

function getOperation(id,pic,value){
return operation=''+
''+
''+
'
'+
' '+
' ';
}
3 效果图

【相关视频推荐:Bootstrap教程】









