From 1c6730e1355f037c9330b9c9814898e763535952 Mon Sep 17 00:00:00 2001 From: Lukas Oppermann Date: Wed, 8 Nov 2023 12:59:25 +0100 Subject: [PATCH] Add figmaId for DataTable Add figmaId for DataTable --- content/components/data-table.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/content/components/data-table.mdx b/content/components/data-table.mdx index 4945d87ad..26cb91d01 100644 --- a/content/components/data-table.mdx +++ b/content/components/data-table.mdx @@ -1,6 +1,7 @@ --- title: Data table reactId: data_table +figmaId: data_table description: Data table is a 2-dimensional data structure where each row is an item, and each column is a data point about the item. ---