I know you can pass in a custom filter function, to create a query:
http://griddlegriddle.github.io/Griddle/customization.html#custom-filtering-and-filter-component
But is there any other way to pass through query or options details from the MeteorGriddle component?
In other words, I'd like to pass in a parameter from the current route --> container security validated data --> page --> component --> sub/pub
It seems reasonable to be able to pass in something "extra" but not have to write your own query function.
I know you can pass in a custom filter function, to create a query:
http://griddlegriddle.github.io/Griddle/customization.html#custom-filtering-and-filter-component
But is there any other way to pass through
queryoroptionsdetails from theMeteorGriddlecomponent?In other words, I'd like to pass in a parameter from the current route --> container security validated data --> page --> component --> sub/pub
It seems reasonable to be able to pass in something "extra" but not have to write your own query function.