Hi,
In my hot I use several cells of type handsontable
.
Is there any way to bind a key-value pairs to that cells?
For example - if I have an array like
[
{name: "xxx", value: 1},
{name: "yyy", value: 2}
]
I would like to bind it in a way where name
would be shown in the dropdown, but value
would be selected (or, available in the afterChange
event