Skip to content

Instantly share code, notes, and snippets.

@amitkumarRoy
Created October 1, 2018 10:12
Show Gist options
  • Save amitkumarRoy/3cbf4ccc1b310bbb0badb43e85a9a0ab to your computer and use it in GitHub Desktop.
Save amitkumarRoy/3cbf4ccc1b310bbb0badb43e85a9a0ab to your computer and use it in GitHub Desktop.
lightning:menuSubHeader Controller
({
handleSelect: function (cmp, event) {
var selectedMenuItemValue = event.getParam("value");
alert("Menu item selected with value: " + selectedMenuItemValue);
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment