I would really like some advice on how to proceed with the following requirement.
I am going to create a new dialog. In the dialog I want 2 boxes. 1 box with populated values and the other empty. I will also need a add and remove button. They will move selected values from one box to the other.
Here is a example of that I am needing to code.
- Would I use text boxes or tables?
- Would the boxes and boxes be in the same component?
- Is it possible to have the add button over the remove button?
I am really looking for advice on what to use boxes or tables and how to layout the components to achieve something like the image above.