diff --git a/platform/ui/src/components/Table/Table.mdx b/platform/ui/src/components/Table/Table.mdx index 72427f7bc..b0e8d92b2 100644 --- a/platform/ui/src/components/Table/Table.mdx +++ b/platform/ui/src/components/Table/Table.mdx @@ -11,6 +11,8 @@ import { Table, TableHead, TableBody, TableRow, TableCell } from '@ohif/ui'; Tables display sets of data. +_The Table component and its components in the tree are built using divs._ + ## Import Check the given example below to see how to import each component to create a