【发布时间】:2016-03-18 08:03:29
【问题描述】:
我可以在 colModel 的格式化键中使用其他列的单元格值吗?
所以基本上,我想改变cellvalue --> cellvalue of some other column。
colModel.push({
'formatter': function(cellvalue, options, rowObject) {
return '<a href="http://someLink/' + cellvalue + '">' + cellvalue + '</a>';
}
});
【问题讨论】:
标签: jquery jqgrid free-jqgrid