aslagle / reactive-table

A reactive table designed for Meteor
https://atmospherejs.com/aslagle/reactive-table
Other
328 stars 137 forks source link

data sub set #406

Open interfaith opened 8 years ago

interfaith commented 8 years ago

Meteor does reactively update if an entire set of data is subscribed, however if only a window of rows are subscribed, this window subset does not reactively update from meteor, polling is needed.

A window of a limited number of the most recent data does work reactively. However in general a 'window' subset of documents does not update reactively.

interfaith commented 8 years ago

subscribing to the last 100 documents does update, which will suffice, however subscribing to a 'window' rowstart.. to rowstop will not be reactively published :( a BUG ? in meteor ?

aslagle commented 8 years ago

If it's a bug in meteor you should report it to them :(