-
Notifications
You must be signed in to change notification settings - Fork 419
Closed
Milestone
Description
Is your feature request related to a problem? Please describe.
At the moment the Angular Table is very basic. It would be great to add "Add" and "Remove" actions, similar to the Array Layout renderer.
Describe the solution you'd like
Add an "Add" button which is able to
- create a new item instance (should also support primitives)
- create the array if it not yet exists
Add a "Remove" button in each row which is able to
- remove the corresponding entry
Describe alternatives you've considered
There could also be a remove button for the whole array which not only empties the array but removes it completely. Note that we don't have such a remove button yet in any other renderer set too.
Framework
Angular
RendererSet
Material
Additional context
No response