From 7687ac16fdfc406f866491fdd928cd664e52d568 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 23 Oct 2024 17:51:28 +0200 Subject: [PATCH] docs(table): update --- docs/content/3.components/table.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/content/3.components/table.md b/docs/content/3.components/table.md index 20945cdd..e36e21af 100644 --- a/docs/content/3.components/table.md +++ b/docs/content/3.components/table.md @@ -12,7 +12,7 @@ links: ## Usage -The Table component is built on top of [TanStack Table](https://tanstack.com/table/latest) and is powered by the [useVueTable](https://tanstack.com/table/latest/docs/framework/vue/vue-table#usevuetable) composable to provide a flexible and fully type-safe API. +The Table component is built on top of [TanStack Table](https://tanstack.com/table/latest) and is powered by the [useVueTable](https://tanstack.com/table/latest/docs/framework/vue/vue-table#usevuetable) composable to provide a flexible and fully type-safe API. *Some features of TanStack Table are not supported yet, we'll add more over time.* ::component-example --- @@ -26,10 +26,6 @@ class: '!p-0' This example demonstrates the most common use case of the `Table` component. Check out the source code on GitHub. :: -::note -Some features of **TanStack Table** are not supported yet, we'll add more over time. -:: - ### Data Use the `data` prop as an array of objects, the columns will be generated based on the keys of the objects.