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 27dafc9 commit ebfaa66Copy full SHA for ebfaa66
1 file changed
src/Body/BodyRow.tsx
@@ -22,7 +22,6 @@ export interface BodyRowProps<RecordType> {
22
scopeCellComponent: CustomizeComponent;
23
indent?: number;
24
rowKey: React.Key;
25
- rowType?: 'header' | 'body' | 'footer';
26
}
27
28
// ==================================================================================
0 commit comments