'Is it possible to set a custom filter on cross filter API in AG-Grid?

I have created an integrated chart using cross filter API offered by Ag-grid. My main purpose of using cross filter API is to filter the grid based on chart interactivity. Is it possible to set a custom filter on a node click? Currently AG-Grid filters the grid by category on node click by default. But say, I want to set the filterModel such that a number column gets filtered by greater than some value on node click.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source