You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The agDateColumnFilter stops working with enableEnterpriseModules=True (no key added, though).
With the attached app, if we start with enableEnterpriseModules=False the filter works, but once we have enabled it (enableEnterpriseModules=True), it’s not possible to disable it (enableEnterpriseModules=False doesn't make the date filter work again). I believe this is because the enterprise settings are cached or something?
The bug also happens if I load the app directly with enableEnterpriseModules=True and the callback commented.
In any case, the expected behaviour is for the agDateColumnFilter to work with enterpriseModules enabled and disabled.
gvwilson
changed the title
[BUG] agDateColumnFilter stops working with enableEnterpriseModules=True
agDateColumnFilter stops working with enableEnterpriseModules=True
Oct 15, 2024
Description of the bug
The
agDateColumnFilter
stops working withenableEnterpriseModules=True
(no key added, though).With the attached app, if we start with
enableEnterpriseModules=False
the filter works, but once we have enabled it (enableEnterpriseModules=True
), it’s not possible to disable it (enableEnterpriseModules=False
doesn't make the date filter work again). I believe this is because the enterprise settings are cached or something?The bug also happens if I load the app directly with
enableEnterpriseModules=True
and the callback commented.In any case, the expected behaviour is for the
agDateColumnFilter
to work with enterpriseModules enabled and disabled.Screen.Recording.2024-10-10.at.19.03.32.mov
MRE
Python 3.10
dash==2.18.1
dash-ag-grid==31.2.0
The text was updated successfully, but these errors were encountered: