Closed sam30606 closed 10 months ago
@sam30606 I am not sure I understood your use case.
Using getElementById
for Every Row
is not correct, because ids are global and you have many elements with the same id.
Can you use handlebars directly to display content?
Let us know if there is anything else.
Hi, I tried to use the code below, but it only working on first panel, Has any wrong on my code?
HTML
Before Content Rendering
Render template
Every Row
The result that I want to do. Show diffrence content by quried value in a same panel configuration.
If qty is missing, then show like the right one.