diff --git a/packages/react-core/src/components/DataList/examples/DataList.md b/packages/react-core/src/components/DataList/examples/DataList.md index d449b39f607..5bf74749b4f 100644 --- a/packages/react-core/src/components/DataList/examples/DataList.md +++ b/packages/react-core/src/components/DataList/examples/DataList.md @@ -39,6 +39,7 @@ import { DragDropSort, DragDropContainer, Droppable as NewDroppable } from '@pat ```ts file="./DataListCompact.tsx" ``` + ### Plain ```ts file="./DataListPlain.tsx" diff --git a/packages/react-table/src/components/Table/examples/Table.md b/packages/react-table/src/components/Table/examples/Table.md index 3e12221ae7b..26229a6c796 100644 --- a/packages/react-table/src/components/Table/examples/Table.md +++ b/packages/react-table/src/components/Table/examples/Table.md @@ -78,10 +78,13 @@ Some general notes: ```ts file="TableBasic.tsx" ``` -### Table Plain -``` file="TablePlain.tsx" + +### Plain + +```ts file="TablePlain.tsx" ``` + ### Custom row wrapper, header tooltips & popovers - If you add the `noWrap` prop to `Thead`, it won't wrap it if there is no space