gurubenka / handsontable-excel

Plugin for jquery-handsontable to make spreadsheet behaviour
MIT License
47 stars 26 forks source link

Demo no longer works #7

Open saji89 opened 9 years ago

saji89 commented 9 years ago

The demo no longer works, which I believe is due to the renaming of handnsontable js and css file to remove th jQuery in its name, after they made it to work independent of jQuery. But even after correcting the js and css files, its still not working.

Now, I'm getting a ReferenceError: Handsontable is not defined, at the following code:

Handsontable._TextCell = {
  renderer: Handsontable.TextRenderer,
  editor: Handsontable.TextEditor
};
cs0511 commented 8 years ago

+1