DEV Community

Discussion on: Learn how to create React JS table with delete functionality using API and hooks

Collapse
 
ronaldomaiacorrea profile image
Ronaldo Maia Correa

Hi Abdul,

I am kinda beginner on React. It is possible to have a page with one button, then when I press the button I render the table with one row, then I add more rows each time I press the button

Collapse
 
abdulbasit313 profile image
Abdul Basit

Yes. It is... You will add data to your state on pressing button.