aslagle / reactive-table

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

beta publish #416

Open interfaith opened 8 years ago

interfaith commented 8 years ago

so now a window of a collection can be published without accumulating documents from a prior window ? when the window view changes the old window documents are not wanted.

yet meteor seems to keep all docs subscribed over time

aslagle commented 8 years ago

You have to stop the subscription for the prior window for meteor to remove the documents.

interfaith commented 8 years ago

The table is changing so any window could change as well.

  1. set the window
  2. subscribe

3 move the window stop old subscribe start new subscribe

old window data will be removed ?

On Mon, Jul 25, 2016 at 4:11 PM, Amy Slagle notifications@github.com wrote:

You have to stop the subscription for the prior window for meteor to remove the documents.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/aslagle/reactive-table/issues/416#issuecomment-235114399, or mute the thread https://github.com/notifications/unsubscribe-auth/AAs5z4ztRzP7-SUVSuyMYWXTTAD8oochks5qZUKogaJpZM4JUbW2 .


Fight back spam! Download the Blue Frog. http://www.bluesecurity.com/register/s?user=c3Bvd2FnZTI3NTk%3D

aslagle commented 8 years ago

Yes, that should work.