Skip to content

Add "Add" and "Remove" actions to the Angular Table #1782

@sdirix

Description

@sdirix

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions