Push column argument to cell's customRender function call. (#1513)

pull/1794/head^2
Valeriy 2019-12-04 19:26:29 +05:00 committed by tangjinzhou
parent 6362bf9edb
commit 1b78a10ee6
1 changed files with 1 additions and 1 deletions

View File

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