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
Wow first off thanks for this awesome data grid! Loving the new features.
I have a use case where the ui is primarily driven by one search box external to the grid, where I used to use the filterOptions to set up the filters.
As far as I can tell that is no longer available as the filtering is only available on the columns in the grid.
Is there any way to get the filters to work with an external input? I came across the rowSearcher service but I am not sure how to hook it up in the controller.