Amy Slagle
Amy Slagle
Hmm, I think something + Infinity is still Infinity, so I don't think that's the problem.
The problem is skip ends up being NaN - it's currentPage (0) \* rowsPerPage (Infinity)
Sorry, it's not possible. If you really need that you'll have to write your own publication instead of using ReactiveTable's.
You should be able to use the mongo `$regex` selector. Set the filter to `{"$regex": /abc/}` instead of the string.
Looks like your event helper needs to return `Event`, not `event` - that's the Collection.
Sorry, I don't know what the problem is. Do you have an example app that will reproduce it?
I think this is a bug in the package - it doesn't combine the selector and the filter correctly when the selector has an $and. Thanks for pointing this out...
I tried one of my examples on node 0.12.2 and it worked fine. Are you getting any error messages?
I still can't reproduce this, on node 0.12.2 with `sort: 'descending'`.
If anyone was still having this problem, I think it's finally fixed. Try version 0.8.29!