reactive-table icon indicating copy to clipboard operation
reactive-table copied to clipboard

data sub set

Open interfaith opened this issue 8 years ago • 2 comments

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 avatar Jul 03 '16 01:07 interfaith

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 ?

interfaith avatar Jul 03 '16 02:07 interfaith

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

aslagle avatar Jul 03 '16 19:07 aslagle