Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save choudharymanish8585/8466046d0fcadbfaba61165a90674423 to your computer and use it in GitHub Desktop.
Save choudharymanish8585/8466046d0fcadbfaba61165a90674423 to your computer and use it in GitHub Desktop.
({
showData : function(component, event, helper) {
helper.showListViewData(component, event, helper);
},
onListViewChange : function(component, event, helper) {
helper.showRecordsData(component, event, helper);
},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment