I am trying to create something similar to this screenshot mockup:
1. The goal is to enter a single FormRow at a time. Each FormRow gets
added to a FormRowListForm.
2. This FormRowListForm can be reordered by dragging.
3. Rows can be removed by clicking on the "Remove Row"
button.
4. The FormRowListForm can be commited to database by
clicking "Commit Form Rows to Database"
- I can handle #1.
- Is #2 possible in Reahl?
- I think I can handle #3
- I think I can handle #4.