Skip to content

Commit

Permalink
Merge pull request #199 from Manuel-DaSilva/docs/fix-links-for-body-row
Browse files Browse the repository at this point in the history
docs: Fixes two incorrect links for addSubRows and addGroupBy plugins.
  • Loading branch information
bryanmylee authored Mar 8, 2024
2 parents 08dd201 + 997a552 commit 5fefb33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/routes/docs/[...2]api/[...12]body-row/+page.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ The sub rows of the current row if it exists. `undefined` if this row has no sub

By default, the following plugins can define sub-rows:

- [addSubRows](../plugins/add-sub-rows.md)
- [addGroupBy](../plugins/add-group-by.md)
- [addSubRows](../../plugins/add-sub-rows.md)
- [addGroupBy](../../plugins/add-group-by.md)

### `isData: () => boolean`

Expand Down

0 comments on commit 5fefb33

Please sign in to comment.