You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Add a second array of data. Something like SelectValuesArray: [1,2,3,4,5]
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.
The text was updated successfully, but these errors were encountered:
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:
[
{value:5,text:'Words'},
{value:10, text:'More Words'}
]
I am going to start exploring how this could work in my personal Fork.
The text was updated successfully, but these errors were encountered: