When a Handsontable is instantiated, it calls a recursive method to build a data schema: http://ift.tt/1PQpjiE, which in turns calls objectEach
: http://ift.tt/1LSuAB4
However, with an Ember Data record, it tries to iterate over properties like store
, which means it gets caught in an endless loop.
Is there any way to bypass the recursiveDuckSchema
method?
Aucun commentaire:
Enregistrer un commentaire