Visual Table with columns

I am trying to create a visual table in my app and I need multiple rows and columns. When I looked at the documentation for widget.newTableView() I do not see how you do it. I would also like to add headers as well to tell the user what each columns is kinda like you can in excel. Please help

https://docs.coronalabs.com/api/library/widget/newTableView.html

Table view is not like Excel… it is more like whatsapp.  Unless someone has written a plug in for this you will have to manually create it.

Agreed (w/ @sgs) , what you’re describing is a grid.

Can you provide a screenshot of what you’re hoping your end product will look like?  I ask, because there is a lot of leeway for interpretation here.

I am looking for something like this but with more row entries  

I see a few rects and some text… real simply to do in your onRow() event of a tableView.

Table view is not like Excel… it is more like whatsapp.  Unless someone has written a plug in for this you will have to manually create it.

Agreed (w/ @sgs) , what you’re describing is a grid.

Can you provide a screenshot of what you’re hoping your end product will look like?  I ask, because there is a lot of leeway for interpretation here.

I am looking for something like this but with more row entries  

I see a few rects and some text… real simply to do in your onRow() event of a tableView.