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

for angular #8

Closed adkhan2002 closed 6 years ago

adkhan2002 commented 6 years ago

how to use handsontable-chosen-editor for angular 4/5.

mydea commented 6 years ago

This is not specific to any framework - you'd use it the same as anywhere else.

javidg007 commented 5 years ago

Hi @mydea

We are using angular component (NPM) package. so chosen is not getting initialized in beginning. Handsontable reference will be available only after component get initialized.

@adkhan2002 any workaround?

Capture