Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/docs/features/detail-panel/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can add a detail panel to every row by using detailPanel feature.

### One detail panel as a functions

If you neeed just one type of detail panel, you can just set a function that returns a React element.
If you need just one type of detail panel, you can just set a function that returns a React element.

```jsx
<MaterialTable
Expand All @@ -36,7 +36,7 @@ If you neeed just one type of detail panel, you can just set a function that ret

### Multiple detail panel as array of detail panels

If you neeed more than one type of detail panel, you can set array of detailPanel objects.
If you need more than one type of detail panel, you can set array of detailPanel objects.

```jsx
<MaterialTable
Expand Down