Hi,
I am using igx data grid with excel style filter.
Requirement: When i tried to filter data in column level, not getting the filtered data on click of button.I have an button in component.ts, when i click on it need only filtered data but now i am getting all the datas of the igx gridPlease find an attachment.
Please provide a solution as it is an ongoing project.
Thanks in advance!
Hello and thank you for contacting Infragistics.
The grid has a filteredData property. Here is an example of how to get the filtered data aka the rows in the grid after a filter is applied in addition to external excel style filtering.
eg.
https://stackblitz.com/edit/github-eve4di
Let me know if you have any questions.