From 603497e822d5f436e838361c264a6b5dabf8e7e2 Mon Sep 17 00:00:00 2001 From: Carlos Marques Date: Tue, 8 Oct 2024 06:42:16 +0100 Subject: [PATCH] docs(DataTable): fix broken link (#794) --- apps/www/src/content/docs/components/data-table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/src/content/docs/components/data-table.md b/apps/www/src/content/docs/components/data-table.md index eb355716..b0609bf0 100644 --- a/apps/www/src/content/docs/components/data-table.md +++ b/apps/www/src/content/docs/components/data-table.md @@ -10,7 +10,7 @@ primitive: https://tanstack.com/table/v8/docs/guide/introduction Every data table or datagrid I've created has been unique. They all behave differently, have specific sorting and filtering requirements, and work with different data sources. -It doesn't make sense to combine all of these variations into a single component. If we do that, we'll lose the flexibility that [headless UI](https://tanstack.com/table/v8/docs/guide/introduction#what-is-headless-ui) provides. +It doesn't make sense to combine all of these variations into a single component. If we do that, we'll lose the flexibility that [headless UI](https://tanstack.com/table/latest/docs/introduction#what-is-headless-ui) provides. So instead of a data-table component, I thought it would be more helpful to provide a guide on how to build your own.