From 89f39375d632d69d7cffac2589c0740a8dff0cec Mon Sep 17 00:00:00 2001 From: Lloyd Francis Date: Mon, 4 Jul 2022 18:13:59 +0200 Subject: [PATCH] docs: remove the experimental label for table (#255) --- src/components/Table/docs/Table.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Table/docs/Table.mdx b/src/components/Table/docs/Table.mdx index 6fe4f5a68..b896ba294 100644 --- a/src/components/Table/docs/Table.mdx +++ b/src/components/Table/docs/Table.mdx @@ -9,7 +9,7 @@ import { ActiveRowTable } from './ActiveRowTable' import { ComplexDataTable } from './ComplexDataTable' import { SkeletonTable } from './SkeletonTable' -# Table (Experimental) +# Table Tables are used to render tabular data in a basic grid, making it easier for people to scan it. Tables are comprised of cells, columns, and rows.