Hi Team,
I need to implement card for below variations as a customized card component Please provide suggestions how can I implement.
Thanks
Hi, i am not sure about the card i sugest also to look about
using a Accordion
https://outsystemsui.outsystems.com/WebStyleGuidePreview/Accordion.aspx
or Card Item
https://success.outsystems.com/documentation/11/developing_an_application/design_ui/patterns/using_mobile_and_reactive_patterns/content/card_item/
or example of a list with detail
https://outsystemsui.outsystems.com/WebStyleGuidePreview/HorizontalDetail.aspx
https://outsystemsui.outsystems.com/OutSystemsUIWebsite/PatternOverview
regards,
You can enclose your widgets in if condition (nested if) and control the visibility of widgets according to your conditions/ requirements. You just have to identify the different scenarios and control which options/widgets are rendered.
Also may be you can provide a better description of your requirement, so that there is a better understanding of requirement.
Regards