Eova DIY Formatter 奇技赢巧

原创
2015/08/10 20:31
阅读数 5.5K

将单元格内容格式化为URL:

image

formatter:

function(value, row, index, field) {
return '<a target="_blank" href="http://g.cn" style="color:blue">' + value + '</a>'
}

行尾单元格添加各种操作:

image

formatter:

function(value, row, index, field) {
    return '<a href="/form/update/users_item_code-' + row.id + '" style="color:blue">修改</a> <a href="/form/add/users_item_code" style="color:blue">修改</a>';
}

展开阅读全文
加载中
点击引领话题📣 发布并加入讨论🔥
打赏
0 评论
2 收藏
1
分享
返回顶部
顶部