awsp / handsontable-meteor

Handsontable in MeteorJS
MIT License
14 stars 5 forks source link

Migrating from handsontable-meteor to npm meteor #33

Closed MichaelKhalil closed 6 years ago

MichaelKhalil commented 6 years ago

I am updating a table made with javascript, react, awsp:handsontable@0.16.1 to use handsontable-pro@5.0.1. After updating, without making changes to the container or table, cells are no longer rendering and interactions such as scrolling and the context menu have been lost. Is this a known issue?

screen shot 2018-08-22 at 8 12 03 pm
MichaelKhalil commented 6 years ago

Closed, simply needed to import 'react-handsontable' as well.