Skip to content

Commit e4bbe86

Browse files
fix(docs): Update overview page
2 parents 7319f74 + 0f49796 commit e4bbe86

File tree

1 file changed

+9
-3
lines changed
  • packages/module/patternfly-docs/content/extensions/data-view/examples/DataView

1 file changed

+9
-3
lines changed

packages/module/patternfly-docs/content/extensions/data-view/examples/DataView/DataView.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,13 @@ import { DataViewCheckboxFilter } from '@patternfly/react-data-view/dist/dynamic
2222

2323
**Note:** Data view lives in its own package [`@patternfly/react-data-view`](https://www.npmjs.com/package/@patternfly/react-data-view)
2424

25-
If you notice a bug, or if you have a suggestion for improving the data view extension or its documentation, please file an issue in the [react-data-view](https://github.com/patternfly/react-data-view/issues) repository. Before doing so, please make sure there is not already a pre-existing issue.
25+
The **data view** extension enables you to display datasets in organized layouts, with data representations and interactive toolbars for actions like selection and pagination.
2626

27-
---
27+
---
2828

29-
The **data view** extension enables you to display datasets in organized layouts, with data representations and interactive toolbars for actions like selection and pagination.
29+
## How to structure and implement the data view
30+
31+
The **data view** extension provides a modular architecture that lets you efficiently create consistent data views, either by using predefined sub-components and hooks or by defining your own custom implementations.
3032

3133
### Layout
3234

@@ -61,3 +63,7 @@ This example uses the `<DataViewEventsProvider>` to display details about a sele
6163
```js file="./EventsExample.tsx"
6264
6365
```
66+
67+
---
68+
69+
If you notice a bug, or if you have a suggestion for improving the data view extension or its documentation, please file an issue in the [react-data-view](https://github.com/patternfly/react-data-view/issues) repository. Before doing so, please make sure there is not already a pre-existing issue.

0 commit comments

Comments
 (0)