You need to sign in to do that
Don't have an account?
How to print Lightning icon?
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.
is used to print the page.
Is there a way I can get this icon on printed output? Appreciate any help. Thanks.
<lightning:icon aura:id="statusIcon" iconName="action:check" size="xx-small"/>
When java-script is controller prints the page with this component, seems like it's omitting this icon.
window.print();
is used to print the page.
Is there a way I can get this icon on printed output? Appreciate any help. Thanks.
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
Thanks. Unfortunately It did not work either. I used firefox for this.