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.