docs: fix primitive link in data-table.md (#898)

This commit is contained in:
Titus Kirch 2024-11-16 10:34:26 +01:00 committed by GitHub
parent 383c846c02
commit 58fc125974
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
--- ---
title: Data Table title: Data Table
description: Powerful table and datagrids built using TanStack 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" /> <ComponentPreview name="DataTableDemo" />