Skip to content

Commit

Permalink
update expandableRowsComponentProps name in docs (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubrock authored Dec 26, 2023
1 parent 6404a28 commit 8cef996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stories/DataTable/expandable/basic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ function MyComponent() {
}
```

### expandableComponentProps
### expandableRowsComponentProps

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

```ts
import * as React from 'react';
Expand Down

0 comments on commit 8cef996

Please sign in to comment.