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

Is it possible to have a default selected value? #15

Open memoishin opened 5 years ago

memoishin commented 5 years ago

Is it possible to have a value already selected when the table loads? I am getting data from the database and if there is a matching value with one of the dropdown values, I want to display it. Can this be achieved? How can this be done?

mydea commented 5 years ago

I believe that if you pass in a data array with the given data, it should work like that!