Nested arrays in parser with conditional rendering |
Hi,
I´d like to apply a conditional rendering in a nested iterator: Code: {parent} I tried to use a static index and it works, but would be necessary to know the current iterator index
Code: {parent} If there was something like:
Code: {if $parent[$parent_idx]->children[$children_idx]->someAttribute == "1"} Is this possible? There is any workaround? |
Messages In This Thread |
Nested arrays in parser with conditional rendering - by artursampaio - 04-02-2025, 01:05 PM
RE: Nested arrays in parser with conditional rendering - by InsiteFX - 04-02-2025, 11:24 PM
|