DEV Community

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

Collapse
 
amisoliman70 profile image
Ahmed Soliman

Hi Abdul Basit, this is very helpful to me. Thank you!

How can I add rows to table dynamically? For example, if I create a table for a customer that have unknown number phone devices. So if a customer have 2 phone devices, we should have 2 rows, and if 3 phone devices, we should have 3 rows, etc.

Would you be able to show us how to add rows to a table?

Thanks
Ahmed