I have created a editable grid by using two rules, one rule for grid configuration and second to create "gridRowLayout". When second rule is being iterated in foreach then on save of each field of grid entire form is refreshing itself which is not happening when second rule is being iterated by applycomponents. Here something, I am missing or someone else also faced same?
Discussion posts and replies are publicly visible
a!forEach() is the ultimate looping function that fits to any situation.
I have been using a!forEach only since it comes in SAIL and continue using that instead of apply or applyComponents. The reason, I put this post here to get a discussion with logic that what is not correct with a!forEach loop. Whereas applyComponents being a older function and a!forEach is a replacement of that but still performing better in specific scenario and in future it is going to upgrade?