You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { BulkSelect } from '@patternfly/react-component-groups';
18
+
import { ExclamationCircleIcon } from '@patternfly/react-icons';
18
19
import { DataViewToolbar } from '@patternfly/react-data-view/dist/dynamic/DataViewToolbar';
19
20
import { DataViewTable } from '@patternfly/react-data-view/dist/dynamic/DataViewTable';
20
21
@@ -24,7 +25,7 @@ The **data view toolbar** component renders a default opinionated data view tool
24
25
25
26
Data view toolbar can contain a `pagination`, `bulkSelect` or any other children content passed. The preffered way of passing children toolbar items is using the [toolbar item](/components/toolbar#toolbar-items) component.
26
27
27
-
### Basic example
28
+
### Basic toolbar example
28
29
29
30
```js file="./DataViewToolbarExample.tsx"
30
31
@@ -34,7 +35,9 @@ Data view toolbar can contain a `pagination`, `bulkSelect` or any other children
34
35
35
36
The **data view table** component renders your columns and rows definition into a [table](/components/table) component.
36
37
37
-
### Basic example
38
+
### Rows and columns customization
39
+
40
+
This example shows possible formats of `rows` and `columns` passed to the `DataViewTable` which allow you various customizations of the table header and body.
0 commit comments