webix-meteor-data
webix-meteor-data copied to clipboard
Meteor Data adapter for Webix UI
This file will only be used with Meteor apps, which don't use bower.json. I've left package.json for versioning info though it's not required either. The Meteor package only requires [package.js](https://github.com/dandv/meteor-webix/)
I'm working on this. Probably next week I can create a pull-request for this.
Hi, I have a hard time with loading a collection to a datatable. I defined the proxy as in the example, but now the datatable subscribe to all the data...
`this.source.collection` and `Meteor.connection._mongo_livedata_collections[this.source]` is a reference to the LocalCollection. Using this collection will not send the updates to the server. The user must provide the Meteor.Collection reference to the proxy...
Now that [skins have been factored out](https://github.com/dandv/meteor-webix/issues/4#issuecomment-96651306), one must be installed explicitly.
Hi Maksim I'm using your meteor data proxy, but it seems the query handle created by cursor.observe is not stopped when you call load on the same object again (e.g....