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 e30f0b0 commit 6958187Copy full SHA for 6958187
src/Table.tsx
@@ -122,7 +122,6 @@ function Table<RecordType extends DefaultRecordType>(props: TableProps<RecordTyp
122
rowKey,
123
scroll,
124
tableLayout,
125
- indentSize,
126
127
// Additional Part
128
title,
@@ -207,6 +206,7 @@ function Table<RecordType extends DefaultRecordType>(props: TableProps<RecordTyp
207
206
expandIconColumnIndex,
208
expandedRowClassName,
209
childrenColumnName,
+ indentSize,
210
} = expandableConfig;
211
212
const mergedExpandIcon = expandIcon || renderExpandIcon;
0 commit comments