Looking for a bit of feedback or direction. I’m building an application where customers can submit a list of items to us by filling out a form. The client has asked for a spreadsheet-like interface; because customers may be entering a large number of items.
Repeater seemed like a good direction, but the layouts (Table, Block, Row) don’t quite fit our needs. There are just a few too many fields being entered for the Table view to look right. The Block and Row become clunking with even just a few items.
I don’t think the users need in-line editing. Maybe Repeater is too much, although I like the functionality it provides on the back-end.
Maybe an interface that displays the customer’s items with add/edit buttons that open a modal form?
Any thoughts/suggestions are greatly appreciated.