Answer the question
In order to leave comments, you need to log in
Wayfinder[REVO]. Displaying the menu in a table. How to make Parent and Child be in adjacent cells of a row?
Good afternoon. I'm trying to display a two-level menu, but the essence is that two levels (parent, child) should be in the same row of the table, but in two adjacent cells.
Those. the structure is like this:
parent-01
child-01-01
child-01-02
child-01-03
parent-02
child-02-01
parent-03
child-03-01
<table>
<tr>
<td>parent-01</td>
<td>child-01-01
child-01-02
child-01-03</td>
...
</tr>
</table>
Answer the question
In order to leave comments, you need to log in
Haven't tested it, but probably something like this:
<!-- Wayfinder -->
`@CODE:<code>...</code>`
<!-- pdoMenu -->
`@INLINE <code>...</code>`
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question