I have an array with items and I want to make something like this:
(until have items in array )
Here is how you will do it
{this.props.rows.map((row, i) => {row.map((col, j) => {col} )} )}