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 6c46169 commit e5a1c2bCopy full SHA for e5a1c2b
src/Table.tsx
@@ -642,7 +642,7 @@ function Table<RecordType extends DefaultRecordType>(props: TableProps<RecordTyp
642
<MemoTableContent
643
pingLeft={pingedLeft}
644
pingRight={pingedRight}
645
- props={{ ...props, stickyOffsets }}
+ props={{ ...props, stickyOffsets, mergedExpandedKeys }}
646
>
647
{title && <Panel className={`${prefixCls}-title`}>{title(mergedData)}</Panel>}
648
<div className={`${prefixCls}-container`}>{groupTableNode}</div>
0 commit comments