From 51665caa7ad48e36a9b8265be5ba5d03d3ffb02d Mon Sep 17 00:00:00 2001 From: Amauri Dias Date: Fri, 28 Jun 2024 10:04:53 -0300 Subject: [PATCH] docs: table fix editable example link --- docs/api/core/table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/core/table.md b/docs/api/core/table.md index b5f6e314e5..b31dcf211c 100644 --- a/docs/api/core/table.md +++ b/docs/api/core/table.md @@ -89,7 +89,7 @@ declare module '@tanstack/table-core' { } ``` -> 🧠 Think of this option as an arbitrary "context" for your table. This is a great way to pass arbitrary data or functions to your table without having to pass it to every thing the table touches. A good example is passing a locale object to your table to use for formatting dates, numbers, etc or even a function that can be used to update editable data like in the [editable-data example](../../framework/react/examples/editable-data). +> 🧠 Think of this option as an arbitrary "context" for your table. This is a great way to pass arbitrary data or functions to your table without having to pass it to every thing the table touches. A good example is passing a locale object to your table to use for formatting dates, numbers, etc or even a function that can be used to update editable data like in the [editable-data example](../../../framework/react/examples/editable-data). ### `state`