meteor-tabular
meteor-tabular copied to clipboard
"must pass Tabular.Table instance" error in Cordova apps
I'm using meteor 1.5.1 with tabular v2.1.1. My application works fine on web, but on cordova, I get the error: "You must pass Tabular.Table instance as the table attribute".
I read through the comment section in #91 and I've changed the structure of my Object to: Template.registerHelper('TabTables', { mytable: function () { return TabTables.mytable}, });
Again, everything works fine on web, but when compiling on cordova for Android, I get the above error. I also tried the {mytable: TabTables.mytable} form that was suggested without any improvement.
Has anyone run into these problems in their Cordova builds?