I have a Table Component (T1) with a drawer that displays another table T2) of related records.
I am trying to only display the drawer’s table (T2) when there are actually related records (so some drawers will show the table (T2), and others will not).
I tried adding a rendering condition using the Table’s (T2) Model Property of Has data rows, and also tried # of rows in model, but ther table (T2) still rendered.in the drawer.
The Source Model Tooltip for the render conditions indicated that it will use the rows in context unless there are no rows in context in which case it uses the first row in the model, which explains why it isn’t working using my logic, but I am unclear as to an alternative approach to achieving my objective.
Any suggestions would be much appreciated.
I am using API V2.
Question
Conditionally Render Nested Table in Drawer, When there are Rows in the Table
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.