MongoDB views with Meteor and aldeed:tabular

How can we use mongodb views in Meteor?

testView = new Mongo.Collection('testView');

I can publish and subscribe and it is reactive too. But if I use in tabular tables collection option table shows no data.