-
Notifications
You must be signed in to change notification settings - Fork 376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "Add" and "Remove" actions to the Angular Table #1782
Comments
@sdirix Thank you. What would be the alternate approach to resolve this issue? |
Following up here on https://jsonforms.discourse.group/t/array-not-rendering-add-button-is-missing/174/13 |
There is no status update. You have basically two options:
Of course we would also look at a contribution adding "Add" and "Remove" to the existing table renderer. |
I added somehting mentioned by @brunodubcosta it feels like table renderer should really support rather than creating custom renderer for this. #2021 |
* Added add and remove icons to angular material table renderer * Added tests for adding and removing rows functionality Fixes #1782 Co-authored-by: Adrian Jutrowski <[email protected]>
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
Add a "Remove" button in each row which is able to
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
The text was updated successfully, but these errors were encountered: