Results 17 comments of Eugene
trafficstars

@aslagle can you please provide more info about how to setup a paginated publications? In your example I see only publications with some exact fields. Should I use `Template.instance` reactive...

@aslagle have done like you said and it works, thank you for reply without delay. But now I get another issue with that subscription — when I load exactly that...

No, Template is not destroing. I have removed `{{#if ready}}` inside `reactive-table.html` and table is rendering, but without any data. So there is something wrong with subscription, I suppose. I...

By the way, I tried to comment out all the code with `stop()`, but behavior didn't change at all. I thought that it will keep data in minimongo, but it...

Would you like to take a look what is going on? I can share my localhost via `ngrok`

I didn't minify all the code, maybe it will be useful for you. [Here we go](http://9b3894a8.ngrok.io/admin/allLocations)

Just refresh page to let the data appear again

Done. I also uncommented all code that I have commented before.