meteor-tabular icon indicating copy to clipboard operation
meteor-tabular copied to clipboard

"must pass Tabular.Table instance" error in Cordova apps

Open hashcutdev opened this issue 8 years ago • 0 comments

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?

hashcutdev avatar Jul 27 '17 01:07 hashcutdev