feat: table customRender multiple params

pull/2682/head
Amour1688 4 years ago
parent f0337cebde
commit a43655b0b5

@ -70,7 +70,7 @@ export default {
let rowSpan;
if (customRender) {
text = customRender({ text, record, index, column });
text = customRender(text, record, index, column);
if (isInvalidRenderCellText(text)) {
tdProps = text.props || tdProps;
({ colSpan, rowSpan } = tdProps);

Loading…
Cancel
Save