We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6362bf9 commit 1b78a10Copy full SHA for 1b78a10
components/vc-table/src/TableCell.jsx
@@ -67,7 +67,7 @@ export default {
67
let rowSpan;
68
69
if (customRender) {
70
- text = customRender(text, record, index);
+ text = customRender(text, record, index, column);
71
if (isInvalidRenderCellText(text)) {
72
tdProps.attrs = text.attrs || {};
73
tdProps.props = text.props || {};
0 commit comments