• Ejaz Mulla
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hello,
 I have a Export to Excel button on the top of List View. I am successfully able to export the list view into excel but it is also displaying the buttons and other pagination alphabets with the list view data in excel.
 How can i get rid of list view buttons in excel as i only want the list view data to be displayed. Please help.

Thanks in advance.
I'm following the example shown on Peter Knolle's post here: https://developer.salesforce.com/blogs/developer-relations/2015/03/lightning-component-framework-custom-events.html

When creating the contactSearch Component, I'm getting the following error:

"Failed to save undefined: No CONTROLLER named apex://mynamespace.ContactSearchController found: Source"

I'm not sure what I've missing - any thoughts?