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 -
最后修改:2022年6月24日
非特殊说明,本博所有文章均为博主原创。
如若转载,请注明出处:https://www.95app.top/antd-table-customrender-%e7%bb%91%e5%ae%9a%e4%ba%8b%e4%bb%b6/