Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
Need to get excel style filter on button click
posted

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 grid
Please find an attachment.

Please provide a solution as it is an ongoing project.

Thanks in advance!

  • 29105
    Offline posted

    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.