Skip to content

Commit 9c8835c

Browse files
committed
lint fix
1 parent 23ecfbe commit 9c8835c

File tree

1 file changed

+1
-1
lines changed
  • packages/module/patternfly-docs/content/extensions/data-view/examples/Table

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To define rows and columns for your table, use these props:
3939

4040
It is also possible to disable row selection using the `isSelectDisabled` function, which can be passed to the wrapping `DataView` component through the `selection` prop.
4141

42-
If you want to have all expandable nodes open on initial load pass the 'expandAll' prop to the DataViewTable component
42+
If you want to have all expandable nodes open on initial load pass the `expandAll` prop to the DataViewTable component
4343

4444
### Table example
4545
```js file="./DataViewTableExample.tsx"

0 commit comments

Comments
 (0)