PablocFonseca / streamlit-aggrid

Implementation of Ag-Grid component for Streamlit
https://pypi.org/project/streamlit-aggrid/
MIT License
992 stars 190 forks source link

Change "In Range" Date Column Functionality #254

Closed WilhelmScream closed 4 months ago

WilhelmScream commented 4 months ago

The current handling of the "In Range" Column filter functions as: BeginDate > [data] < End Date

However, it should function more like "BETWEEN" in SQL or Access: BeginDate >= [data] <= EndDate

As an example: Right now, if I select "In Range" of Feb 28th and March 5th, it only includes dates of Feb 29 to March 4th. This is using the Enterprise modules.

WilhelmScream commented 4 months ago

Nevermind! I found the column filterParam inRangeInclusive