Skip to content

Commit 8b975ca

Browse files
authored
fix(Compass): fix table plain example showing (#12124)
* add callouts for new props, add beta flags to some examples * feat(Compass): add more docs to call out new props * update docs * update wording * move new props callouts to org demos
1 parent a10ca34 commit 8b975ca

File tree

2 files changed

+6
-2
lines changed
  • packages
    • react-core/src/components/DataList/examples
    • react-table/src/components/Table/examples

2 files changed

+6
-2
lines changed

packages/react-core/src/components/DataList/examples/DataList.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ import { DragDropSort, DragDropContainer, Droppable as NewDroppable } from '@pat
3939
```ts file="./DataListCompact.tsx"
4040

4141
```
42+
4243
### Plain
4344

4445
```ts file="./DataListPlain.tsx"

packages/react-table/src/components/Table/examples/Table.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,13 @@ Some general notes:
7878
```ts file="TableBasic.tsx"
7979

8080
```
81-
### Table Plain
82-
``` file="TablePlain.tsx"
81+
82+
### Plain
83+
84+
```ts file="TablePlain.tsx"
8385

8486
```
87+
8588
### Custom row wrapper, header tooltips & popovers
8689

8790
- If you add the `noWrap` prop to `Thead`, it won't wrap it if there is no space

0 commit comments

Comments
 (0)