antd table customRender 绑定事件

helei 2022-6-24 781 6/24
customRender: (text, row, index) => {
let colNum = this.getCountNum(text, row, index, "date")
return {
children: < a onClick={this.showTzmodal} href = "javascript:;" > {text} < /a>,
attrs: {
rowSpan: colNum,
},
}
},

- THE END -

helei

6月24日22:48

最后修改:2022年6月24日
0

非特殊说明,本博所有文章均为博主原创。