reflex-dev / reflex-ag-grid

15 stars 2 forks source link

Triple vertical dots icon now appearing in the header between all column #27

Open bertbarabas opened 1 month ago

bertbarabas commented 1 month ago

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.

image

linear[bot] commented 1 month ago

ENG-3998 Triple vertical dots icon now appearing in the header between all column

bertbarabas commented 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...

bertbarabas commented 2 weeks ago

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,