Another option would be to have a button bar above or below the table to replace the menu actions. Enable the buttons with an expression binding such as,
!isNull({this.props.selection.selectedRow})
(Watch the !
at the start.)
Another option would be to have a button bar above or below the table to replace the menu actions. Enable the buttons with an expression binding such as,
!isNull({this.props.selection.selectedRow})
(Watch the !
at the start.)