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

Feature Suggestion: Add the ability for a SelectEditor to have differing values for value vs text. #25

Open
Adondriel opened this issue Jul 12, 2016 · 0 comments

Comments

@Adondriel
Copy link

For Example, I want the value of the cell to be the ID(value) of the selected item, but I want it to display the text of that selected item in the cell.

Ideas:

  1. Add a second array of data. Something like SelectValuesArray: [1,2,3,4,5]
  2. Change the data format of the SelectEditor to be something like:
    [
    {value:5,text:'Words'},
    {value:10, text:'More Words'}
    ]

I am going to start exploring how this could work in my personal Fork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant