I'd like to have a component where the users can edit single properties of an array of objects. A table seems to be the best pattern I could find so far, very nice its save changes UI. But a table is not necessary the best way to manage a list. I would need to add a UI to add and remove items. I also struggle to make columns not sortable with the new table component.
Is there another component/pattern I should use? Or some tips to adapt a table to the use case? Thanks!