filter-collections icon indicating copy to clipboard operation
filter-collections copied to clipboard

Smart package for Meteor that adds filter and pager behavior to our Meteor's collections.

Results 25 filter-collections issues
Sort by recently updated
recently updated
newest added

I have a problem with the functions related to DataTable. When Page load, the data is showing normally on the table, but it disappear once I press any function such...

The `fcPager` object is not reactive, so if I am adding or removing objects, I need to refresh the page before seeing the changes.

Hello, thank you for this great package, I'm looking for a way to display (filter) only favorite which is held in another collection than user collection. Is there a way...

I'm trying to filter using multiple select one collection with FilterCollections package ``` PosicoesFilter = new FilterCollections(Posicoes, { name: 'posicoes', template: 'posicoes140', filters: { veiculoId: { title: 'Veiculo', /* operator:...

Hello I'm using the popular simple-schema package for my collections, therefore I declare my collection as instances of Mongo.Collection e.g. ``` Items = new Mongo.Collection('items); ``` Unfortunately the application crashes...

I'm using the doctorpangloss:filter-collections fork, (which says it has Iron Router support) but I'm not sure if there is a way to only publish the records when at a specific...

I was wondering if/when there would be a version compatible with Meteor 0.9 and its new packaging system. So far, I've found filter-collections to be the package that best meets...

Nice package. But after the changes with meteor 0.8, any changes to filtering is not reactive, and the template is not updated. This is probably because "rendered" is only run...

Just updated the `package.js` file as per the requirements of the new Meteor packaging system. Also removed the unnecessary `smart.json` file.

Could you specify the license? The license file is empty