Skip to content

Commit

Permalink
fix: fixed the link and text (#16553)
Browse files Browse the repository at this point in the history
  • Loading branch information
guidari authored May 29, 2024
1 parent 49550c7 commit 5f79664
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/react/src/components/DataTable/DataTable.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,9 @@ The filtering story shows an example of how to implement the
[batch filtering](https://carbondesignsystem.com/patterns/filtering/#multiple-filters-with-batch-updates)
pattern.

To implement this in your own project you can copy the
[`TableToolbarFilter`](https://github.com/carbon-design-system/carbon/blob/15339-datatable/packages/react/src/components/DataTable/stories/examples/TableToolbarFilter.tsx)
example component into your code. You can then import and use it inside
To implement this in your own project you should copy the
[TableToolbarFilter](https://github.com/carbon-design-system/carbon/blob/main/packages/react/src/components/DataTable/stories/examples/TableToolbarFilter.tsx)
example component into your code. Then import and use it inside
`TableToolbarContent`:

```jsx
Expand Down

0 comments on commit 5f79664

Please sign in to comment.