
We're having below markup in Lightning component.
When java-script is controller prints the page with this component, seems like it's omitting this icon.<lightning:icon aura:id="statusIcon" iconName="action:check" size="xx-small"/>
is used to print the page.Is there a way I can get this icon on printed output? Appreciate any help. Thanks.window.print();
2 answers
Hi, I have tried "action:check" icon using "lightning:icon" but this is not working on print page . please try this code . I hope it will be helpful for you.
Regards, Suraj<lightning:button iconName="action:check" />