Meteor - Merging Data from multiple Collections
问题 I have been doing lots of search on how to merge data from multiple collections and then send it to the Template using the Template Helper Function client side. I referred to the solution given at : Merging collections in Meteor Below is my Code: Template HTML : <template name="search_results"> <div class="col-md-12"> {{#if Template.subscriptionsReady}} <table id="datatable" class="display" cellspacing="0" width="100%"> <thead> <tr> <th>Type</th> <th>Project Name</th> <th>_id</th> </tr> <