DropDown menu with array row as value

Hi HT Community,

I would like to know if it’s possible to work with handsontable which contains a column in which cells have to get a full row of an array as value.
It’s seems to be feasible but there is a problem if these row should be selected in a dropdown list. Once a row is selected, the dropdown menu remains frozen.
See exemple here: http://jsfiddle.net/Lotchi/6mmwborn/

Any idea how this can be processed?

Thanks in advance,
Regards,
Thomas

Hi @luexternaltweyrich

cell validator doesn’t allow you to use an array as a dropdown value. The dropdown list has to be a flat array.

Hi Aleksandra,

OK this is what I was expecting as answer.
Anyway I will process this another way then.

Thanks for your quick reply,
Regards,
Thomas

You’re welcome. Feel free to post any questions or requests.