I am using the meteor package and try to dynamically change the url of the datatable with a different cursor and I got “Not unique ID” error message. var cursor = myCollection.find({name: 'dana'}, { sort: {name: 1}}); var urlProxy = webix.proxy("meteor", cursor); this.datatable.load(urlProxy);