Hi team,
I am using Advanced Filter for Python Dash Ag Grid. Can I have access to Apply button API on the Builder modal? I’d like to change its behaviour a bit to my customer’s likings.
Thanks,
Hi team,
I am using Advanced Filter for Python Dash Ag Grid. Can I have access to Apply button API on the Builder modal? I’d like to change its behaviour a bit to my customer’s likings.
Thanks,
Here is a link to the AG Grid docs. Can you say more about what you want to change?
Also, since you have AG Grid Enterprise, if you ask the AG Grid support team for an example using React, we can help make a dash-ag-grid version.
Thanks for your reply.
I’d like to have access to Apply button on the Builder modal, so that I can change the workflow of the Apply button. My plan is to change the functionality of the Advanced Filter Builder to enable customers to develop their very own customized fields for the grid.
The way I am thinking it would work is, they click a button which enables Advanced Filter in the grid and the Builder pops up. Then, they build an expression using the builder and click Apply button. The apply button then get the advancedFilterModel using gridApi.getAdvancedFilterModel.
Now, I’d save the model in my database, and assign a name to it as a customized field.
Thanks,