Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bertbarabas opened this issue Oct 25, 2024 · 3 comments
Assignees

Comments

@bertbarabas
Copy link

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

Copy link

linear bot commented Oct 25, 2024

@bertbarabas
Copy link
Author

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

@linear linear bot assigned Lendemor Nov 2, 2024
@bertbarabas
Copy link
Author

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants