-
Notifications
You must be signed in to change notification settings - Fork 32
feat: Add row actions to delete or duplicate a row #1713
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
base: main
Are you sure you want to change the base?
Conversation
76b0f38 to
201244b
Compare
|
@juliusknorr - great that you are working on this. - when duplicating rows please keep in mind that this ticket exists #660 There are good reasons to provide a "unique" setting for fields. - even this is not yet an existing feature, please keep in mind that it might be implemented one day and copying rows must not circumvent this setting. |
Thanks for the shout! Will keep it in mind |
201244b to
9525e2e
Compare
Signed-off-by: Julius Knorr <[email protected]>
…ponent Signed-off-by: Enjeck C <[email protected]>
Signed-off-by: Enjeck C. <[email protected]>
666eb51 to
7e880cb
Compare
At the moment, it currently doesn't allow duplicating a row if there's a unique condition. |
Follow up