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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,10 +63,13 @@ 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
67
-`onResize` - a callback that will return the source event and the new width of the column
67
68
-`width` - a default width value for a column
68
69
-`minWidth` - the minimum width a column may shrink to
69
70
-`increment` - how many pixels the column will move left or right for keyboard navigation
71
+
-`shiftIncrement` - how many pixels the column will move left or right while shift is held for keyboard navigation
72
+
-`screenReaderText` - text that will be announced when a column is resized
0 commit comments