Amy Slagle
Amy Slagle
Here it is: http://reactive-table.meteor.com/ Let me know what you think! The datatables and slickgrid packages for meteor are just wrappers for the original libraries - as far as I know,...
Updated and added those examples. If you'd like to track down more examples, the code is [here](https://github.com/ecohealthalliance/reactive-table/blob/master/examples/table-features/table-features.js#L47) - just replace the `true`s with links.
I'm curious too. If you try any of them, let me know how it goes. It looks like blaze will require pretty major changes to this package, so if the...
No, I'm afraid not. I'm sure the info in it is also very outdated by now.
The filter doesn't work with an object. You can make the field key point to one of the values in the object, but I'm not sure how you could do...
Yeah, that should work fine.
@harambasha You set it to this.filter in Template.created, so it will be just template.filter, not template.filter.dateRange.
The only thing that works right now is a specific array index, like `notes.0.remindersActive`. There's no way to filter for something anywhere in the array. Do those work in mongo...
If it's possible in mongo I don't think there's any reason it couldn't work in reactive-table - I never needed it so I didn't handle this case when I wrote...
I'd be happy to accept a pr for this, but I probably won't get around to it.