How can create Table with Column and row or GRID Layout

I want to create a grid like the image bellow dinamicaly. How i can do it? Tableview only have rows

You can create a 2D table via nesting. Check out the Corona University video below at the three-minute mark:

That said, you’re probably going to want to use a for loop and a little bit of positional math to create a grid of buttons. Here’s a tutorial on how to do just that:

Thanks, worked well

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.