I want to implement filling fields with pulling other tables?
- id_item
- date
- number of items (1, 2, 3, etc.)
Depending on the number of items, the same number of tables with one field appears below, but with the ability to add their number by clicking on the “+” sign. For example, 2 items are indicated. 2 tables appear below.
Table with description of item #1
- id_describe
- id_item
- length
- width
If you click on “+” another line with fields will appear:
- id_describe
- id_item
- length
- width
Table with description of item #2
- id_describe
- id_item
- length
- width
If you click on “+” another line with fields will appear:
- id_describe
- id_item
- length
- width
How can you implement such functionality in the simplest way?