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
I'm looking for a way to link several custom filters together. Currently only the last filter on the whole result is executed and the filter that was set first is ignored.
My idea was to access the filters[x].value from the custom filter methods, but that doesn't work, because the variable filters is always undefined. Apparently I'm in a different scope here.
What else is there for a possibility? Does anyone have an example of how to do this?
The text was updated successfully, but these errors were encountered:
Hello,
I'm looking for a way to link several custom filters together. Currently only the last filter on the whole result is executed and the filter that was set first is ignored.
My idea was to access the filters[x].value from the custom filter methods, but that doesn't work, because the variable filters is always undefined. Apparently I'm in a different scope here.
What else is there for a possibility? Does anyone have an example of how to do this?
The text was updated successfully, but these errors were encountered: