onFilterDone property of the igx-grid doesn't expose important information #10243
Labels
🧰 feature-request
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Is your feature request related to a problem? Please describe.
Upon removal of a filter on a given column (on the Igx Grid), using the onFilterDone property of the Igx Grid, I don't receive additional information regarding to the exact column to which the change (removal of the filter) was made. Because of this I don't know how to correctly update my parameters that I have to send to my back-end in order to receive the correct data back. Currently the onFilterDone property simply return a null event property when one of the filters has been removed which gives me no background onto which column's filters were just removed.
Describe the solution you'd like
Upon removal of a filter on a given column (on the Igx Grid), using the onFilterDone property of the Igx Grid, I would like to receive additional information regarding the exact column, to which the change (removal of the filter) was made.
Describe alternatives you've considered
Customer Support team sent me this solution "https://stackblitz.com/edit/igx-grid-filtering-last-cleared-column?file=src/app/grid/grid-filtering-sample/grid-filtering-sample.component.ts" as a workaround to this issue.
Additional context
I'm using the 11.1.28 version of the Ignite UI library.
The text was updated successfully, but these errors were encountered: