streamlit-aggrid
streamlit-aggrid copied to clipboard
Unable to filter using the value of 0
I have a dataframe, one of its columns takes 3 values: 0, 1 and 2. When I filter by 0, an empty dataframe is returned. However, when I do the same for 1 and 2, the data returned is ok.
Can you help me with that, please? I think this is a bug and it might be related to this issue.
This was solved in the latest ag-grid version. @PablocFonseca, do you plan to update the streamline model to the latest version as well?