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 ColumnManagement from '@patternfly/react-component-groups/dist/dynamic/ColumnManagement';
17
+
import ListManager from '@patternfly/react-component-groups/dist/dynamic/ListManager';
18
18
import { FunctionComponent, useState } from 'react';
19
19
20
-
The **column management** component can be used to implement customizable table columns. Columns can be configured to be enabled or disabled by default or be unhidable.
20
+
The **list manager** component can be used to implement customizable table columns. Columns can be configured to be enabled or disabled by default or be unhidable.
21
21
22
22
## Examples
23
23
24
24
### Basic column list
25
25
26
26
The order of the columns can be changed by dragging and dropping the columns themselves. This list can be used within a page or within a modal. Always make sure to set `isShownByDefault` and `isShown` to the same boolean value in the initial state.
Copy file name to clipboardExpand all lines: packages/module/patternfly-docs/content/extensions/component-groups/examples/ListManager/ListManagerExample.tsx
0 commit comments