René's URL Explorer Experiment


Title: Dropdown won't display · Issue #956 · plotly/dash-table · GitHub

Open Graph Title: Dropdown won't display · Issue #956 · plotly/dash-table

X Title: Dropdown won't display · Issue #956 · plotly/dash-table

Description: I am trying to create a dropdown feature inside a DataTable like this: Unfortunately I cannot click on the dropdown button and then trigger the full menu showing. Instead I have to manually type in the value I want into the cell for the ...

Open Graph Description: I am trying to create a dropdown feature inside a DataTable like this: Unfortunately I cannot click on the dropdown button and then trigger the full menu showing. Instead I have to manually type in...

X Description: I am trying to create a dropdown feature inside a DataTable like this: Unfortunately I cannot click on the dropdown button and then trigger the full menu showing. Instead I have to manually type in...

Opengraph URL: https://github.com/plotly/dash-table/issues/956

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Dropdown won't display","articleBody":"\r\n\r\nI am trying to create a dropdown feature inside a DataTable like this:\r\n![Screenshot 2023-10-05 at 02 34 28](https://github.com/plotly/dash-table/assets/72039004/4dddb053-86a1-425e-aa29-dcd4b6f59aae)\r\n\r\nUnfortunately I cannot click on the dropdown button and then trigger the full menu showing. Instead I have to manually type in the value I want into the cell for the column.\r\nFor the working code example from the main website, [here](https://dash.plotly.com/datatable/dropdowns), I get this HTML upon inspection - the .Select-menu-outer in particular seems to be what we're after.\r\n![Screenshot 2023-10-05 at 02 36 47](https://github.com/plotly/dash-table/assets/72039004/b136159b-1106-41cc-8a15-40c5a02745fb)\r\n\r\nThis doesn't appear to be a CSS override issue as I am unable to trigger this HTML by clicking on the dropdown menu button in the first place, and only have this HTML:\r\n![Screenshot 2023-10-05 at 02 38 46](https://github.com/plotly/dash-table/assets/72039004/a8425cd0-1ef1-445d-99b4-cdfc8bc88ff7)\r\n\r\nThis is my sanitised code with dummy values put for the data variable in case this is causing the error (the data gets updated by a function on uploading a separate CSV that overwrites the data)\r\n\r\n`html.Div(id='output-table', style={'display': 'block'}, children=[\r\n            dash_table.DataTable(\r\n                id='table',\r\n                editable=True,\r\n                columns=[\r\n                    {\"name\": \"Source\", \"id\": \"Source\"},\r\n                    {\"name\": \"Target\", \"id\": \"Target\"},\r\n                    {\"name\": \"# of Calls\", \"id\": \"# of Calls\"},\r\n                    {\"name\": \"color\", \"id\": \"color\", 'presentation': 'dropdown', \"editable\": True}\r\n                ],\r\n                data=[\r\n                    {'Source': 'A', 'Target': 'B', '# of Calls': 10, 'color': 'green'},\r\n                    {'Source': 'B', 'Target': 'C', '# of Calls': 5, 'color': 'red'},\r\n                    {'Source': 'C', 'Target': 'D', '# of Calls': 2, 'color': 'darkgrey'}\r\n                ],\r\n                dropdown={\r\n                    'color': {\r\n                        'options': [\r\n                            {'label': 'Happy path', 'value': 'green'},\r\n                            {'label': 'Unhappy path', 'value': 'red'},\r\n                            {'label': 'Neutral path', 'value': 'darkgrey'}\r\n                        ]\r\n                    }\r\n                },\r\n            )`\r\n\r\nAny help on what is causing this?\r\n","author":{"url":"https://github.com/TKELKAR123","@type":"Person","name":"TKELKAR123"},"datePublished":"2023-10-05T06:43:22.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/956/dash-table/issues/956"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:1a4c6509-f2cc-5469-8c8b-d521818427b9
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8424:2DDB6E:5A7E1DB:7CAE7DC:6A5EB265
html-safe-noncef1ce12fc37b1dac57e9ee8199c4e3f4cbf0199b2d37ffb36518ed091e10d8155
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4NDI0OjJEREI2RTo1QTdFMURCOjdDQUU3REM6NkE1RUIyNjUiLCJ2aXNpdG9yX2lkIjoiNDk3Njk2MzcwMzAxNzQ4NDkwMSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacb42ec4120e17d49ba52942413fb0edb9ac9fee82d98bb883c7afb00ecc6dda7b
hovercard-subject-tagissue:1927494769
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/plotly/dash-table/956/issue_layout
twitter:imagehttps://opengraph.githubassets.com/d056389f45d6fd536c37ed08768dea78aa5192946ba20c1b888c760dc6653bad/plotly/dash-table/issues/956
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/d056389f45d6fd536c37ed08768dea78aa5192946ba20c1b888c760dc6653bad/plotly/dash-table/issues/956
og:image:altI am trying to create a dropdown feature inside a DataTable like this: Unfortunately I cannot click on the dropdown button and then trigger the full menu showing. Instead I have to manually type in...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameTKELKAR123
hostnamegithub.com
expected-hostnamegithub.com
None7129250e6854dcc7bfa46fc877bb154b96762b31e3fa82fdf0697c71f08bb32c
turbo-cache-controlno-preview
go-importgithub.com/plotly/dash-table git https://github.com/plotly/dash-table.git
octolytics-dimension-user_id5997976
octolytics-dimension-user_loginplotly
octolytics-dimension-repository_id128151266
octolytics-dimension-repository_nwoplotly/dash-table
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id128151266
octolytics-dimension-repository_network_root_nwoplotly/dash-table
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release3084c198d559e243975a7a7f61d0b80bcea2a724
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/plotly/dash-table/issues/956#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fplotly%2Fdash-table%2Fissues%2F956
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fplotly%2Fdash-table%2Fissues%2F956
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=plotly%2Fdash-table
Reloadhttps://github.com/plotly/dash-table/issues/956
Reloadhttps://github.com/plotly/dash-table/issues/956
Reloadhttps://github.com/plotly/dash-table/issues/956
Please reload this pagehttps://github.com/plotly/dash-table/issues/956
plotly https://github.com/plotly
dash-tablehttps://github.com/plotly/dash-table
Please reload this pagehttps://github.com/plotly/dash-table/issues/956
Notifications https://github.com/login?return_to=%2Fplotly%2Fdash-table
Fork 72 https://github.com/login?return_to=%2Fplotly%2Fdash-table
Star 421 https://github.com/login?return_to=%2Fplotly%2Fdash-table
Code https://github.com/plotly/dash-table
Issues 226 https://github.com/plotly/dash-table/issues
Pull requests 6 https://github.com/plotly/dash-table/pulls
Actions https://github.com/plotly/dash-table/actions
Projects https://github.com/plotly/dash-table/projects
Security and quality 0 https://github.com/plotly/dash-table/security
Insights https://github.com/plotly/dash-table/pulse
Code https://github.com/plotly/dash-table
Issues https://github.com/plotly/dash-table/issues
Pull requests https://github.com/plotly/dash-table/pulls
Actions https://github.com/plotly/dash-table/actions
Projects https://github.com/plotly/dash-table/projects
Security and quality https://github.com/plotly/dash-table/security
Insights https://github.com/plotly/dash-table/pulse
Dropdown won't displayhttps://github.com/plotly/dash-table/issues/956#top
https://github.com/TKELKAR123
TKELKAR123https://github.com/TKELKAR123
on Oct 5, 2023https://github.com/plotly/dash-table/issues/956#issue-1927494769
https://private-user-images.githubusercontent.com/72039004/272803473-4dddb053-86a1-425e-aa29-dcd4b6f59aae.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODQ1OTEyNDksIm5iZiI6MTc4NDU5MDk0OSwicGF0aCI6Ii83MjAzOTAwNC8yNzI4MDM0NzMtNGRkZGIwNTMtODZhMS00MjVlLWFhMjktZGNkNGI2ZjU5YWFlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA3MjAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNzIwVDIzNDIyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTgyYzlkYzJjNTY4NDdjMTExY2EyZDI0ODQ2OTkxMDkwNjdmNmNkZjZhMDA0YWY5ZDdiMDRhMzRjMjNhMDlkNTMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.bPZ4YCuUhLgzKRIlYRTLE9iPk91tojbh5KgaqB_7W28
herehttps://dash.plotly.com/datatable/dropdowns
https://private-user-images.githubusercontent.com/72039004/272803921-b136159b-1106-41cc-8a15-40c5a02745fb.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODQ1OTEyNDksIm5iZiI6MTc4NDU5MDk0OSwicGF0aCI6Ii83MjAzOTAwNC8yNzI4MDM5MjEtYjEzNjE1OWItMTEwNi00MWNjLThhMTUtNDBjNWEwMjc0NWZiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA3MjAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNzIwVDIzNDIyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE5NzI1ZTFiNzA4NTA5NmJlZDczNDExNTYyMjMwZjEzM2JlODViMmU3N2VkNThmNWU3OGU2YzFjZTkxMDgxNmMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.YhEwCs6xzw16xWvr5_lkzOwq094GB1AiGLRz9awrbgw
https://private-user-images.githubusercontent.com/72039004/272804333-a8425cd0-1ef1-445d-99b4-cdfc8bc88ff7.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODQ1OTEyNDksIm5iZiI6MTc4NDU5MDk0OSwicGF0aCI6Ii83MjAzOTAwNC8yNzI4MDQzMzMtYTg0MjVjZDAtMWVmMS00NDVkLTk5YjQtY2RmYzhiYzg4ZmY3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA3MjAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNzIwVDIzNDIyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTliMjc4ZGI3YTc1YzMwOTM4NWRkOTQ1YmVlNWY4NGNlYmI1OWU4MjUwOGU0ZmI0ZmQxMzM5YjVjZGRkNjQ1OWQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.EPyPl_c7Bd3kTdAsJsIIAi6LMZMlraKOZcKlbplcQyo
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.