Skip to content

Commit

Permalink
Update custom-features.md example link
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Mar 19, 2024
1 parent a6235c8 commit 65af403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/custom-features.md
Expand Up @@ -108,7 +108,7 @@ The `createCell` method in a table feature is responsible for adding methods to

Let's walk through making a custom table feature for a hypothetical use case. Let's say we want to add a feature to the table instance that allows the user to change the "density" (padding of cells) of the table.

Check out the full [custom-features](../framework/react/examples/expanding) example to see the full implementation, but here's an in-depth look at the steps to create a custom feature.
Check out the full [custom-features](../framework/react/examples/custom-features) example to see the full implementation, but here's an in-depth look at the steps to create a custom feature.

#### Step 1: Set up TypeScript Types

Expand Down

0 comments on commit 65af403

Please sign in to comment.