How to put a text input under the Data table

This is a question about frequently used web forms such as the image shown here
From the top in the Web form

1.Text input for search
2.Data table
3.A group of text inputs for inputting and editing the selected entity
4.The number of entity selections in the data table, and the group of text components that display the aggregate results
5.Save button for the selected entity
6.Delete button for the selected entity
7.A button to prepare a group of text inputs of an empty entity for the registration of a new entity
8.Button to save the text input group of the newly entered entity

I was able to create most of the items from 1 to 6 with no code
However, the buttons for new registrations of 7 and 8 do not divide the work well if they use the same entity text input as editing, save, and delete

Is there any better way?
Or would it be safer to create a separate web form for new registrations and separate them?
As a general case, I’d be happy to get some advice on how best to do Qodly

1 Like