Extjs行属性

{
header: '箱单号', sortable: false, dataIndex: 'PACKING_NO', align: 'center', width: 180, renderer: function (value, cellMeta, record, rowIndex, columnIndex, store) {
//value: 当前的值
//cellMeta: 单元格式ID
//record: 当前行的所有数据
//rowIndex: 当前行的行号(分页后的)
//columnIndex: 列号
//store: 数据集
return "<a href='javascript:void(0)' onclick=\"myAction('" + record.data['PLAN_ID'] + "','Xiangdan','')\">" + value + "</a>";
}
},

posted @ 2018-04-16 11:04  三千弱水,取一瓢饮  阅读(219)  评论(0编辑  收藏  举报