I'm newish to Angular and to ui-grid, but I'm using it for a project and I'm quite impressed. I have a question about whether a given functionality exists. I've turned on row filtering with the "enableFiltering" gridOption and the filtering works great. Because I have so many columns and not all get displayed at once, I would like to be able to display a header above the grid showing stringified versions of all filters currently in effect. I believe that would require something like listening for events when a filter setting is changed (and then some API to get the current filter states)? But looking around, I do not see any events that seem to correspond to row filtering (I do see events for row selection, by comparison).
Am I missing some hooks for this sort of functionality? if so, could someone please point me in its general direction? or is that functionality that does not currently exist in ui-grid (I'm suspecting that is the case).
Thanks for any assistance