I found that the filterModel can be set here in the python code:
return dag.AgGrid(
filterModel={'AmountType': {'type': 'set', 'values': ['Expense']}}
)
Thanks
I found that the filterModel can be set here in the python code:
return dag.AgGrid(
filterModel={'AmountType': {'type': 'set', 'values': ['Expense']}}
)
Thanks