dosubot[bot] commented on issue #38753: URL: https://github.com/apache/superset/issues/38753#issuecomment-4095750491
<!-- Answer --> This could be caused by a few things: 1. **Feature flag not enabled** - The AG Grid Table V2 column options are [gated behind a feature flag](https://github.com/apache/superset/pull/36344). Make sure `AG_GRID_TABLE_ENABLED = True` is set in your `superset/config.py`. 2. **Scrolling issue** - There was a [known bug where configuration panels couldn't be scrolled](https://github.com/apache/superset/issues/32033#issuecomment-2623627355), causing options to be cut off. This has been fixed on the `master` branch, so upgrading may help. 3. **Column options accessed via hover** - AG Grid column options appear when you [hover over column headers](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset-frontend/src/components/GridTable/HeaderMenu.tsx) (pin/unpin, hide, autosize, etc.). Could you share which specific column options you're unable to see, and which version of Superset you're using? A screenshot would also help diagnose the issue. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot?utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=brand-link).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/91605157-d8ce-48dc-aff5-234d6e5da05f?feedback_type=great_response&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/91605157-d8ce-48dc-aff5-234d6e5da05f?feedback_type=irrelevant_answer&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/91605157-d8ce-48dc-aff5-234d6e5da05f?feedback_type=incorrect_sources&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/91605157-d8ce-48dc-aff5-234d6e5da05f?feedback_type=too_verbose&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/91605157-d8ce -48dc-aff5-234d6e5da05f?feedback_type=hallucination&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/91605157-d8ce-48dc-aff5-234d6e5da05f?feedback_type=bug_report&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-bug_report) | [Other](https://app.dosu.dev/response-feedback/91605157-d8ce-48dc-aff5-234d6e5da05f?feedback_type=other&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=chat-badge) [](https://cursor.com/link/prompt?text=This%20could%20be%20caused%20by%20a%20few%20things%3A%0A%0A1.%20%2A%2AFeature%20flag%20not%20enabled%2A%2A%20-%20The%20AG%20Grid%20Table%20V2%20column%20options%20are%20%5Bgated%20behind%20a%20feature%20flag%5D%28https%3A//github.com/apache/superset/pull/36344%29.%20Make%20sure%20%60AG_GRID_TABLE_ENABLED%20%3D%20True%60%20is%20set%20in%20your%20%60superset/config.py%60.%0A%0A2.%20%2A%2AScrolling%20issue%2A%2A%20-%20There%20was%20a%20%5Bknown%20bug%20where%20configuration%20panels%20couldn%27t%20be%20scrolled%5D%28https%3A//github.com/apache/superset/issues/32033%23issuecomment-2623627355%29%2C%20causing%20options%20to%20be%20cut%20off.%20This%20has%20been%20fixed%20on%20the %20%60master%60%20branch%2C%20so%20upgrading%20may%20help.%0A%0A3.%20%2A%2AColumn%20options%20accessed%20via%20hover%2A%2A%20-%20AG%20Grid%20column%20options%20appear%20when%20you%20%5Bhover%20over%20column%20headers%5D%28https%3A//github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset-frontend/src/components/GridTable/HeaderMenu.tsx%29%20%28pin/unpin%2C%20hide%2C%20autosize%2C%20etc.%29.%0A%0ACould%20you%20share%20which%20specific%20column%20options%20you%27re%20unable%20to%20see%2C%20and%20which%20version%20of%20Superset%20you%27re%20using%3F%20A%20screenshot%20would%20also%20help%20diagnose%20the%20issue.) [](https://go.dosu.dev/discord-bot?utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=join-discord) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped% 20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/38753) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
