Li ul ol or different list

I want to list my all categories and products …or I can’t see it inside the wappler app structure panel when I created it manually.

Is there someone to help with the nested list example made with bootstrap 4?

Have you tried the List Group / Action List Group component, I use it a bit here and there, it certainly keeps the App Structure.

of course , but I think It doesnt support nested list …

hmmm, I will have to try that out on my side, will let you know if I manage to get it working with a nested list.

Serhat, that is why we added a DOM tree panel, where you can work with standard HTML elements:

when I tried to process from there, I had trouble with repeat children.

What trouble? Could you please be a little more specific what the issue is?

selected ul element for repeat child elements but it binded like ;

<div class="col">
                  <ul class="list-group" is="dmx-repeat" id="repeat1" dmx-bind:repeat="serverconnect1.data.repeat1">
                    <li class="list-group-item">List item</li>
                  </ul>
                </div>

I didnt see repeat child …
bind:repeat-child (I didnt remember . this could be wrong syntax)
I will try again for repeat child elements …