DEV Community

Discussion on: An easy way to create a customize dynamic table in react js

Collapse
 
hakimasa profile image
HakimAsa

nice article. However, your renderTableCell method should be dynamic as well, similar to what you've done with header.
the inner return statement should be like what you see in the screenshot