Use the ShadTable.list widget to create a table from a two dimensional array of children.
Use it just for small tables, because every child will be created.
You can also use a builder to create the table.
This method is preferred for large tables because widgets are created on demand.
Here it is the same table as above, but using a builder.