{
align: 'center',
title: '调整',
formatter: function (value, row, index) {
str = "<a class=\"label label-success\" onclick=\"select("+index+");\" '>已选中</a>"
function select(id) {
alert(111);
}
return str;
}
}
在初始化table 外面写事件就行了
