DataLudi Grid v.1 > Classes > DropDownCellEditor

Back  Forward

DropDownCellEditor.values  property

Specify items to display on list box. With state of list items selected, if the list is closed by clicking a mouse or inputting enter key, will passe location value selected of these items to data cell. 

If specify text items as many as this property specified to labels, displays items of labels instead of items of these properties on the list. Whateve, actual value to pass data cell is one of values

Defaults to null.

Getter
function values(): Array
Setter
function setValues(value: Array)
See Also
labels
Examples
DropDown Cell Editor