docs: fix primitive link in data-table.md

This commit is contained in:
Titus Kirch 2024-11-13 16:48:31 +01:00 committed by GitHub
parent b7ef4653f7
commit 9f7c70f0f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
---
title: Data Table
description: Powerful table and datagrids built using TanStack Table.
primitive: https://tanstack.com/table/v8/docs/guide/introduction
primitive: https://tanstack.com/table/v8/docs/introduction
---
<ComponentPreview name="DataTableDemo" />