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
Copy file name to clipboardExpand all lines: packages/module/patternfly-docs/content/extensions/data-view/examples/Table/Table.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ To define rows and columns for your table, use these props:
39
39
40
40
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.
41
41
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
0 commit comments