CalvinSlusarski / Knockout-handsontable

Knockout Custom Binding Handler for handsontable.
15 stars 5 forks source link

update doesn't work #7

Closed renathy closed 10 years ago

renathy commented 10 years ago

When loading page (actually, modal window), knockout binding happens, but with empty data. Later data are loaded into observable array. I have tried to load data using mapping plugin or pushing data one by one into observable array. Unfourtunately, handsontable never gets updated. Knockout custom binding update never happends.