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
@@ -63,7 +63,7 @@ If you want to have all expandable nodes open on initial load pass the `expandAl
63
63
To allow a column to resize, add `isResizable` to the `DataViewTable` element, and pass `resizableProps` to each applicable header cell. The `resizableProps` object consists of the following fields:
64
64
65
65
-`isResizable` - indicates that the column is resizable
66
-
-`resizeButtonAriaLabel` - an accesible name for the resizable column's resize button. This must be passed in if the column is resizable.
66
+
-`resizeButtonAriaLabel` - an accessible name for the resizable column's resize button. This must be passed in if the column is resizable.
67
67
-`onResize` - a callback that will return the source event and the new width of the column
68
68
-`width` - a default width value for a column
69
69
-`minWidth` - the minimum width a column may shrink to
0 commit comments