$("#table").bootgrid({
ajax: true,
url: '',
current: 1,
//formatters: {
// "bj": function (column, row) {
// return "<i title='编辑' class='icon-edit' onclick=\"edit('" + row.id + "')\"></i> <i title='删除' class='icon-trash' onclick=\"remove('" + row.id +
"')\"></i>";
// }
//}
}).on("selected.rs.jquery.bootgrid", function (e, rows) { //grid选中时触发
}).on("deselected.rs.jquery.bootgrid", function (e, rows) { //grid取消选中时触发
});
bootgrid的选中事件
最新推荐文章于 2024-05-10 16:25:58 发布