Hello, I was wondering if there is any feature for strikethrough for text in OutSystems. There's a table where I am displaying the discounted price but I also want to display the original price above it but crossed out.
Your help would mean a lot.
Thanks,
Tejas Mahale
Hello @Tejas Mahale
You can be handle through CSS side.
Use this CSS Property:
text-decoration: line-through;
OR
alternate way add html element and change tag del
I hope this helps
Thanks
Thanks a lot Rupesh!
Hi @Tejas Mahale ,
Can you refer below link:
https://www.w3schools.com/cssref/pr_text_text-decoration.php
CSS property which you can use in outsystem also.
Regards,
Rajat