We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b04dca8 commit c00d95fCopy full SHA for c00d95f
src/TableHeaderRow.tsx
@@ -48,6 +48,7 @@ function TableHeaderRow({
48
[`${prefixCls}-align-${column.align}`]: !!column.align,
49
[`${prefixCls}-row-cell-ellipsis`]: !!column.ellipsis,
50
[`${prefixCls}-row-cell-break-word`]: !!column.width,
51
+ [`${prefixCls}-row-cell-last`]: i === row.length - 1,
52
});
53
return (
54
<HeaderCell {...cellProps} {...customProps} key={column.key || column.dataIndex || i} />
0 commit comments