Aldeed Tabular is a Meteor package that creates reactive "DataTables" in an efficient way, allowing you to display the contents of enormous collections without impacting app performance.
From the meteor-tabular GitHub README:
Fast : Uses an intelligent automatic data subscription so that table data is not loaded until it's needed.
Reactive : As your collection data changes, so does your table. You can also reactively update the query selector if you provide your own filter buttons outside of the table.
Customizable : Anything you can do with the
DataTables
library is supported, and you can provide your own publish function to build custom tables or tables than join data from two collections.Hot Code Push Ready : Remains on the same data page after a hot code push.