Open bertbarabas opened 1 month ago
After clearing venv and reinstalling all requirements including reflex-ag-grid 0.0.8, this went away so not sure how it came about in the first place since I never tried using these features...
And now the triple dots are back after again clearing everything and upgrading to 0.6.5 so I think there's some uninitialized value that isn't deterministic.
Is there any way to be explicit about wanting this to appear in columns?
I was able to get rid of it by adding the following to every column def but this should be unnecessary given I'm not using the advanced features at all:
suppress_header_menu_button=True,
Global setting on ag_grid that did nothing are: suppress_menu_hide=False, suppress_context_menu=True,
Looks like it just started showing in reflex-ag-grid 0.0.8
Maybe it's related to the enablement of the "advanced" features? It seems to now have features like export to excel which I don't think are in the base AgGrid.