diff --git a/src/Cell/index.tsx b/src/Cell/index.tsx index 4a2fd57fa..ce727f7ef 100644 --- a/src/Cell/index.tsx +++ b/src/Cell/index.tsx @@ -176,11 +176,13 @@ function Cell(props: CellProps) { } // >>>>> Title - const title = getTitleFromCellRenderChildren({ - rowType, - ellipsis, - children: childNode, - }); + const title = + additionalProps.title ?? + getTitleFromCellRenderChildren({ + rowType, + ellipsis, + children: childNode, + }); // >>>>> ClassName const mergedClassName = classNames(