Skip to content

Commit 6958187

Browse files
committed
fix: indentSize should in expandable
1 parent e30f0b0 commit 6958187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ function Table<RecordType extends DefaultRecordType>(props: TableProps<RecordTyp
122122
rowKey,
123123
scroll,
124124
tableLayout,
125-
indentSize,
126125

127126
// Additional Part
128127
title,
@@ -207,6 +206,7 @@ function Table<RecordType extends DefaultRecordType>(props: TableProps<RecordTyp
207206
expandIconColumnIndex,
208207
expandedRowClassName,
209208
childrenColumnName,
209+
indentSize,
210210
} = expandableConfig;
211211

212212
const mergedExpandIcon = expandIcon || renderExpandIcon;

0 commit comments

Comments
 (0)