handsontable / ngHandsontable

Official AngularJS directive for Handsontable
http://handsontable.github.io/ngHandsontable/
MIT License
434 stars 159 forks source link

the handsontable's cell editor feautre is it supposed to work with ngHandsontable ? #229

Closed Bartaf83 closed 6 years ago

Bartaf83 commented 6 years ago

i'm trying creating a custom cell editor, i've tried this : var SelectEditor = Handsontable.editors.BaseEditor.prototype.extend(); as in the cell editot tutorial page but Handsontable.editors is always undefined.

AMBudnik commented 6 years ago

Hi @Bartaf83

here's a method that access the editors http://jsbin.com/genutuwoka/edit?html,js,console,output However it can be only done internally at the moment