I have a drawer action defined on a table. Within the drawer is a tabset that contains a tab that is conditionally rendered. Currently when the drawer displays, the tab is always displayed for each row or never displayed for each row. It appears that this is based on how the condition evaluates against the first row in the model. I have attempted to manually update the XML to include a element in a few different ways (e.g. tab element) but this does not seem to resolve the issue. Thoughts on how to ensure that the components within a drawer are conditionally rendered based on the context row? Steps to reproduce: 1) Create a new tab page for Account 2) Add a drawer row action 3) On the drawer page, add two tabs: - Details - Parent Info - Specify conditional rendering to only display this tab if the account has a parent account Actual Result Parent Info tab is either displayed for all rows or no rows Expected Result Parent Info tab displays based on value of ParentId for each individual row (context specific) Thank you!
Question
Conditional Rendering on component in drawer not picking up context
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
