You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I provide a string (key) to the groups option - for example, 'division' in the hockey example, the query result sorts and groups by the values it finds.
I want to also filter by those same values using the dropdown. But I can't find a way to associate the two. In the example the dropdown values are 'hard coded' via an array.
Is it possible to associate groups and dropdown so that the dropdown values are the same values from groups?
If not I'd like to suggest it as a new feature as it would be uber-useful for situations where the group values are not known in advance, but are found via a key lookup (as works in groups).
Perhaps it would be a straight-forward hack as you already have the values in context if the user provided a key to the groups option.