-
Notifications
You must be signed in to change notification settings - Fork 392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nested for in table #547
Comments
I have the same question. It seems like nested tr loops are not supported yet. Will this be added to the plan? It would be very useful. @elapouya |
Amazing thanks @dukre |
@dukre thanks for your answer. I thought I could expand your solution to an extra inner loop but it didn't seem to give the desired result. Any suggestions would be appreciated! The desired table would look like: The current template looks like this: But this produces the following: Here is the code:
|
Describe your problem
I would like to create a table like the example image below. I tried to use a nested for loop like
However this seems to ignore the initial loop and gives this:
Is there a way of using nested loops?
More details about your problem
Here is the code used to render the template:
The text was updated successfully, but these errors were encountered: