Posted 22 April 2021, 12:09 pm EST
I have a multi row grid, using the new VueJS templates for defining the groupings (see ```
https://stackblitz.com/edit/wijmo-vue-flexgrid-vpav3u?file=index.js
In FlexGrid, reading ```
e.col
``` on ```
filterChanging(s,e)
``` gave me the column index, which I can then use to look up the Column object.
However in multi row, ```
e.col
``` is not unique across all groups. How do I use the event args on ```
filterChanging
``` and ```
filterChanged
``` to get to the column that was just filtered?