Dash-ag-grid: Apply filter on load

I found that the filterModel can be set here in the python code:

return dag.AgGrid(
        filterModel={'AmountType': {'type': 'set', 'values': ['Expense']}}
)

Thanks

2 Likes