You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -108,7 +108,7 @@ The `createCell` method in a table feature is responsible for adding methods to
108
108
109
109
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.
110
110
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.
111
+
Check out the full [custom-features](../../examples/react/custom-features) example to see the full implementation, but here's an in-depth look at the steps to create a custom feature.
0 commit comments