mydea / handsontable-chosen-editor

Use a chosen select field in a Handsontable.
http://mydea.github.io/handsontable-chosen-editor/
MIT License
63 stars 36 forks source link

Save data #3

Closed Stylix closed 8 years ago

Stylix commented 8 years ago

Hi guys !

I try to work with your nice plugin but i have one question. How it's possible to save data with the id and not the label ?

If you do : hot.getData() you have the label, not the id.

Thanks :+1:

Stylix commented 8 years ago

Any news about that ?

mydea commented 8 years ago

Hey. I'm not quite sure what you mean. If you do hot.getData(), it returns the ids for me, not the labels.

Stylix commented 8 years ago

For me when I do hot.getData() it returns the labels. I found a solution and now it's good.