• Afreen Nisa 7
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
Can someone please explain how will the application event propagation take place when the components are not related to each other ? 

Application markup :

    <aura:application>
        <c:aeNotifier/> // fires the event 
        <c:aeHandler/> // handles the event
        <c:aeHandlerTwo/> // handles the event   
    </aura:component>

`Please how the event propagation would take place in case of capture,bubble and default phase ?


Thanks in Advance !

Hi all , 

I have a dataTable with one of the coloumn being long text area.
Can you please tell me how can i add a tooltip to cells in lightning dataTable so the long text in cells can be displayed in the tooltip without extending the coloumn .? 

 

Please provide you suggestion as how can this be achieved or any workaroud if it is not possible . 

 

Thanks a ton , 

Afreen