streamlit-aggrid icon indicating copy to clipboard operation
streamlit-aggrid copied to clipboard

Unable to filter using the value of 0

Open pachoning opened this issue 2 years ago • 1 comments

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.

pachoning avatar Apr 20 '22 15:04 pachoning

This was solved in the latest ag-grid version. @PablocFonseca, do you plan to update the streamline model to the latest version as well?

miguelcuesto97 avatar May 20 '22 10:05 miguelcuesto97