0
タグの下にある名前と商品が表示されますが、forループはレンダリングされません。しかし、console.nadの値はエラーをスローしません...麻をしてくださいReact not draw <th>ループの下に
<tr>
<th>name</th>
<th>productID</th>
{this.state.product[0].customCoulmns.forEach(function (columnhead) {
console.log("columnhead lolzz ",columnhead.columnName);
return <th key={columnhead.columnName}>{columnhead.columnName}</th>
}.bind(this))
}
</tr>