Skip to content

Commit da5fda0

Browse files
committed
docs: update ListManager README with isSelected change
1 parent fc41320 commit da5fda0

File tree

1 file changed

+1
-1
lines changed
  • packages/module/patternfly-docs/content/extensions/component-groups/examples/ListManager

1 file changed

+1
-1
lines changed

packages/module/patternfly-docs/content/extensions/component-groups/examples/ListManager/ListManager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ The **list manager** component can be used to implement customizable table colum
2323

2424
### Basic column list
2525

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.
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 `isSelected` (if needed) to the same boolean value in the initial state.
2727

2828
```js file="./ListManagerExample.tsx"

0 commit comments

Comments
 (0)