Best Approach for Inline Table Edit with React Form Hook. #10817
Unanswered
CodAffection
asked this question in
Q&A
Replies: 1 comment
-
Hi @CodAffection , have you find the solution yet? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm constructing a food delivery order form. It's like master-detail form. where customer details are the master information and the list of selected food items is the details.
Planning to use a Dynamic array for the list of selected food items, which is to be rendered in an inline editable table. Is there any similar sample project that already exists? It's obvious to have a variable to store current edit row say editIndex, should I use react state to store its value or can I use react hook from the library?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions