-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publication Query/Options customization from MeteorGriddle properties #11
Comments
I still have not found the right answer here... some way of passing in props to the MeteorGriddle which modifies the query sent to the pub/sub. Before I start my own (probably crappy) implementation, is there something easy that I'm missing? |
I haven't looked at this code in a while so I might be wrong, but I don't think you can change the subscription query. The whole point of the component is to generate that for you based on the grid's options. |
+1 |
I created my own copy of this code and hacked it to death... got what i wanted though. Super-thanks for making this! |
+1 |
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
oroptions
details from theMeteorGriddle
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.
The text was updated successfully, but these errors were encountered: