Skip to content

Commit fbafeac

Browse files
authored
Update version badge for TableView resizing (#4339)
1 parent ddfa101 commit fbafeac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-spectrum/table/docs/TableView.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ The `minWidth` and `maxWidth` props define constraints on the size of a column,
621621
</TableView>
622622
```
623623

624-
## Column Resizing <VersionBadge version="beta" style={{marginLeft: 4, verticalAlign: 'bottom'}} />
624+
## Column Resizing <VersionBadge version="rc" style={{marginLeft: 4, verticalAlign: 'bottom'}} />
625625

626626
TableView supports resizable columns, allowing users to dynamically adjust the width of a column. To designate that a Column is resizable, provide it with the `allowsResizing` prop. This will render a draggable
627627
resizer handle that becomes visible on hover. Keyboard, touch, and screen reader users can start resizing by interacting with the target column's header and selecting the "Resize column" option

0 commit comments

Comments
 (0)