Skip to content

Commit 8cef996

Browse files
authored
update expandableRowsComponentProps name in docs (#1189)
1 parent 6404a28 commit 8cef996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stories/DataTable/expandable/basic.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ function MyComponent() {
7070
}
7171
```
7272

73-
### expandableComponentProps
73+
### expandableRowsComponentProps
7474

75-
expandableComponentProps allows you to pass additional props to your expander component and prevents TypeScript from complaining:
75+
expandableRowsComponentProps allows you to pass additional props to your expander component and prevents TypeScript from complaining:
7676

7777
```ts
7878
import * as React from 'react';

0 commit comments

Comments
 (0)