Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backbone demo appears broken #606

Closed
tobiasmcnulty opened this issue Apr 26, 2013 · 2 comments
Closed

backbone demo appears broken #606

tobiasmcnulty opened this issue Apr 26, 2013 · 2 comments
Labels

Comments

@tobiasmcnulty
Copy link

The backbone demo (here: http://handsontable.com/demo/backbone.html) appears to be broken. This error appears in the Firebug console:

...ror("loadData only accepts array of objects or array of arrays (" + typeof data ...
@mutlu1
Copy link

mutlu1 commented May 1, 2013

I was trying to use handsontable with backbone and created a table following the example and got the same error. I fixed it by changing the data field: (data: cars to data: cars.toJSON())

Hope this helps.

@warpech
Copy link
Member

warpech commented May 3, 2013

Thanks for reporting. This is now fixed in HOT 0.8.23

@warpech warpech closed this as completed May 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants