-
Notifications
You must be signed in to change notification settings - Fork 414
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
Editing cells with specific predefined values #659
Comments
@ricnov still working on supporting your full functionality, but just released v2.10.0 with an update where if your column is a category. It will allow you to choose from the different categories when editing. So for your example you could create a categorical column with values (yes, no, maybe). I'll keep working on this feature so that you're not limited to categorical columns. Will keep you posted |
@ricnov I'm about to merge an update to support this functionality. Here is how it would work:
Let me know if you have any issues with this or tweaks you'd like made. If I don't hear anything I'll move forward with this change and let you know when a new version is out there |
@ricnov just released v2.11.0 with this feature. Please let me know if you have any issues. I've also added another option for setting options for column editing. Following this documentation you can add the following to the
Lastly, if you haven't already please toss your ⭐ on the repo. Thanks 🙏 |
I can see that "nan" is always a value, regardless of what options are passed. Is it possible for it to use only the options given? |
Hi, is it possible to edit cells with predefined specific values (not data type)? For example in a column with string data type it allows only "yes", "no" or "maybe". Thanks
The text was updated successfully, but these errors were encountered: