From f1aa2236e3dd511222d3196b7ce9b848d537d124 Mon Sep 17 00:00:00 2001 From: Tim Wangwe Date: Fri, 13 Sep 2024 03:48:26 +0300 Subject: [PATCH] docs(datatable): fix broke link The definition of headless ui was moved to new URL https://tanstack.com/table/v8/docs/introduction#what-is-headless-ui --- apps/www/content/docs/components/data-table.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/content/docs/components/data-table.mdx b/apps/www/content/docs/components/data-table.mdx index d5c67c5c259..c3e1f01e026 100644 --- a/apps/www/content/docs/components/data-table.mdx +++ b/apps/www/content/docs/components/data-table.mdx @@ -12,7 +12,7 @@ links: 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/v8/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.