First off - thanks for all of your excellent Meteor packages, I use several of them.
Like it says in the title, I have a table where everything works just fine when pagination is enabled.
With pagination disabled, inserts/deletions are not reflected until I reload the page so the table is reloaded. I have some collections where the user can only see their own documents, where they won't have more than 20 at one time - so pagination doesn't really make sense for that use case.
I've tested that the problem exists with multiple different tables, but I guess the issue could be related to one of the other packages I'm using. Call me lazy, but I would love if somebody could verify if they can reproduce this - if not then I will try to come up with a minimal example in a new project without all the extra packages I am using.
First off - thanks for all of your excellent Meteor packages, I use several of them.
Like it says in the title, I have a table where everything works just fine when pagination is enabled.
With pagination disabled, inserts/deletions are not reflected until I reload the page so the table is reloaded. I have some collections where the user can only see their own documents, where they won't have more than 20 at one time - so pagination doesn't really make sense for that use case.
I've tested that the problem exists with multiple different tables, but I guess the issue could be related to one of the other packages I'm using. Call me lazy, but I would love if somebody could verify if they can reproduce this - if not then I will try to come up with a minimal example in a new project without all the extra packages I am using.
My packages file: