Skip to content

Commit 65af403

Browse files
authored
Update custom-features.md example link
1 parent a6235c8 commit 65af403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/custom-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The `createCell` method in a table feature is responsible for adding methods to
108108

109109
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.
110110

111-
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.
111+
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.
112112

113113
#### Step 1: Set up TypeScript Types
114114

0 commit comments

Comments
 (0)