Conditional render in items table #197
Jerome-thinking
started this conversation in
General
Replies: 1 comment 1 reply
-
@Jerome-thinking you can use jinja to conditionally render elements. #99 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Within our item table we have some information that should only show on certain conditions. E.g. we provide rentable items, that need to show information about the rental duration. "Normal items" (like our service of installing the stuff we rent) does not need this information. How can we achieve that this particular information (custom_duration and custom_duration_uom resp. row.custom_duration and custom_duration_uom) only show when the item's rentable-flag is set and the duration is greater than 0?
Beta Was this translation helpful? Give feedback.
All reactions