Hi everyone
I have been trying different methods to create an estimates function in my app. A user clicks create estimate, a popup opens with estimate fields (date, number, etc.) then there is a table for estimate items (name, qty, rate, total, tax, etc.). Everytime the user clicks add, a new empty row opens… the numbers all update automtically as well as the numbers at the bottom of the estimates including discounts, taxes, shipping, etc.
I prefer to use custom states to save the estimate items, but I got stuck since it’s a list. Any ideas would be highly appreciated