I am working with AG-GRID and I need to create an interactive filtering system. My goal is to enable filters on AG-GRID columns so that each filter is combined with the previous ones using an “AND” operator. Additionally, I want to extract the filter values applied by users. I am unsure of the best method to achieve this and would like to know if there are specific APIs or features in AG-GRID that allow for saving and retrieving filtering flows.
Problem Details:
I need to create an interactive filtering system within AG-GRID, allowing users to filter data dynamically with each filter being combined using an “AND” operator. The key objectives are:
Applying multiple filters interactively on AG-GRID columns.
Extracting the filter values applied by users.
Saving and retrieving the filtering flows for future use.
What I’ve Tried:
I have explored the basic filtering options in AG-GRID and have managed to apply individual filters. However, I am struggling with combining these filters interactively using an “AND” operator. Additionally, I am unsure how to extract the applied filter values effectively and save these filtering flows for future reference.
Expected Outcome:
I expect to find a method or API within AG-GRID that allows me to:
Combine multiple filters interactively with an “AND” operator.
Extract the values of the filters applied by users.
Save and retrieve the filtering flows, enabling users to reconstruct previous filter configurations easily.
I greatly appreciate your help and support on these points. Thank you in advance for your attention and for any information or documentation you can provide.
Valery is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.