You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to do these things but do not know how to write them down.
Display the data retrieved from supabase in a table.
Then, placing an edit button on each row, and when clicked, display a dialog with the data in that row as the default values.
Then, edit the dialog and click the update button to update the data
I do not know how to coding 3. My code was too dirty, so I erased part of the code. However, the error is happening before that. In fact, I tried to write a process to update when actionType === “update” in the Action function, but even formData could not be obtained correctly.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am a newbie in learning programming.
I would like to do these things but do not know how to write them down.
I do not know how to coding 3. My code was too dirty, so I erased part of the code. However, the error is happening before that. In fact, I tried to write a process to update when
actionType === “update”
in the Action function, but evenformData
could not be obtained correctly.The code is as shown here.
Beta Was this translation helpful? Give feedback.
All reactions