Handsontable cell type - data binding (PRO)

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

Hi @danijel.dukaric
We do not offer similar feature but maybe this topic will help: https://github.com/handsontable/handsontable/issues/2884

1 Like