Take value form user make a table using React.js || Object store in Array || [ {...} ]

preview_player
Показать описание
video:
how to make auto button
how to make input section
get input from user store in object
Get data from user and store on object

#reactjs #react #javascript #javaScript #HTML #CSS #htmlcssjs #object #army #reactjs #store #data #input #json
Рекомендации по теме
Комментарии
Автор

Can we add a new extra table key and names by new button

mersal_king
Автор

hey, why do 2 same functions work? changehandle(e) and changehandle()?

Автор

How can you add two changehandler.it is showing error in my code.

lakshmipriyakalahasthi
Автор

hello siir can you tell me if i want to delete the row what is the code of it

SafwanHabib-ptcu
Автор

I wanted to learn coding from very basics can you suggest any platform or resources?
, Thanks Regards

zafeerpatel
Автор

In console the array doesn't shows the first value after adding the input. However the data in the table is rendered.

ravi
Автор

array will store blank values as well, you didn't handled that.

purveshdwivedi
Автор

SetInputdata({
...inputdata,
[e.target.name]: e.target.value
})

how do you use [e.target.name] in array brackets, That name value is not changing in my code, why?

vishalrathore