how to map within a react class component code example
Example: how map work in react
{this.state.data.map((person) => <TableRow key = {shortid.generate()} data = {person} />)}
{this.state.data.map((person) => <TableRow key = {shortid.generate()} data = {person} />)}