Auto Panels inside a Table Panel

thank you simon, cna I ask you something realated to goJs, if I have a panel table which has inside 3 panels “Auto”, the first one would be take it as container but what happen with the other two? which are also auto panels?

Could you show us what you mean with a skeleton of your template? Do you mean your structure is like this?

Node, "Table"
  Panel, "Auto"
    ...
  Panel, "Auto"
    ...
  Panel, "Auto"
    ...

If you could also provide screenshots of what you have and sketches of what you want, that would make it easier for us to help with your template.

yes exaclty something like that skeleton you attached in the previous screen.

so the template I am studing is a little complex but looks like this…

and the methods that I point just return panels or tableRows

So I would like to understand in this architecture how are located the panels in terms of gojs algorithm

Well, because they’re in a Table Panel, that will depend on what row/column those nested Panels are within. Those functions hopefully return Panels with the row and column properties set.

Read more about Table Panels here.