Datatables with Meteor using Joins

I am using loftsteinn:datatables-bootstrap3 (https://github.com/oskarszoon/meteor-datatables-bootstrap3/) which is forked from : https://github.com/lc3t35/meteor-datatables-bootstrap3 I am trying to display the data using joining of two collections, for Joining of collections I am using : https://atmospherejs.com/reywood/publish-composite.

The Issue : as the data gets fetched and the page gets rendered with the table it shows 0 records, but after a few seconds rows get populated and datatable gets filled but still shows 0 records.

To Counter this issue I have to set timeout for few seconds and then it shows correctly.

Is there any better way, as I feel that in case the data gets increased, I may face issues again.

Can Anyone suggest me some other better approach or package to do this.

Someone here has experience in Joining of Collections and displaying correctly in the tabular format with Pagination, Sorting and Search?, Please help me.

Thanks and Best Regards,
Manu