Skip to content
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

Editor "list": emptyValue:null allow to keep current value in the cell #4640

Open
KES777 opened this issue Nov 22, 2024 · 0 comments
Open

Editor "list": emptyValue:null allow to keep current value in the cell #4640

KES777 opened this issue Nov 22, 2024 · 0 comments
Labels
Suggested Feature A suggested feature that is waiting review

Comments

@KES777
Copy link

KES777 commented Nov 22, 2024

Is your feature request related to a problem? Please describe.*
In my table I do not have lookup values for some IDs. This happened because of inconsistent database: data was not migrated properly or so.
image

When I try to edit this cell and then close list I do not want to lose the current value.

Describe the solution you'd like
I would like if null will be interpreted as do nothing. (Or, to not break current behavior, undefined should be interpreted as do nothing).

Describe alternatives you've considered
emptyValue: function( cell ) { return cell.getValue() }

@KES777 KES777 added the Suggested Feature A suggested feature that is waiting review label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Suggested Feature A suggested feature that is waiting review
Projects
None yet
Development

No branches or pull requests

1 participant