Best way to design multiple rows of input forms

I am trying to create a personal finance app which will include spending tracking. However, I am stuck on the best path to create multiple rows for the user to input at once, or to split up a transaction. This is what I have so far. Does each category dropdown and input form need to have distinct id’s, or is there any way to get all of the values at once upon the user hitting submit?

Hi @mtdewrocks

You could try using Dash AG Grid. It would be a nice UI and organizing all the information in a table would have the added features of being able to sort and filter the data.

More info here:

1 Like