Hello
I want to open the print window once the user click on the print button and both block should show on the print window screen but on the actual UI it should display the selected Index block only.
I did tried some approach but not able to achieve it.
Just need to print the maind div which contains both blocks content on that page.
I am attaching a base template for you so that you can make update to it.
Also this is just a static content but in the actual scenario. I will have a dynaic content from DB, there are list inside it and some if else conditions are there.
Thanks in Advance.
https://personal-rfy79bnk.outsystemscloud.com/POC_APP/DEMO?_ts=638379852884697150
Hi Dev,
You need to use the CSS display:none to show and hide the blocks instead of outsystems visible property, then you will see only one block on UI but both blocks on print screen.
Attaching an OML for your reference.
Hope it helps.
Thanks
Great!! Thanks it worked