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
chore: Revert 9875 and move disabledBehavior example in TableView docs (adobe#9914)
* Revert "feat: default expand action for tableview and treeview (adobe#9875)"
This reverts commit bef549d.
* remove disabled expandable row from docs example
* move disabledBehavior example
@@ -644,7 +643,7 @@ export default function EditableTable(props) {
644
643
645
644
Use `selectionMode` to enable single or multiple selection, and `selectedKeys` (matching each row's `id`) to control the selected rows. Return an [ActionBar](ActionBar) from `renderActionBar` to handle bulk actions, and use `onAction` for row navigation. Disable rows with `isDisabled`. See the [selection guide](selection) for details.
0 commit comments