Dash Table - Dropdowns Inside Table?

Very excited for this. :heart_eyes:

2 Likes

Very excited for this. :heart_eyes:

2 Likes

hey Chris, how is this coming along?

We’re very close, another week or two. We’re just wrapping up QA with the companies that sponsored the development (https://plot.ly/products/consulting-and-oem/), then we’ll open source it.

7 Likes

Sorry to be a pest, but any update on the timing of the new table component? I’m using the old experimental one with some hacks right now and I’d love to move to a more stable one.

Thanks!

any updates on this feature?

Excited for this myself but I understand that QA is always a bugger :slightly_smiling_face:

4 Likes

https://dash.plot.ly/datatable/dropdowns

1 Like

We have released Dash DataTable at last! Dash DataTable includes native support for rendering cells as dropdowns :tada:
:point_right: Documentation: https://dash.plot.ly/datatable/dropdowns
:point_right: Community Forum: Introducing Dash DataTable 🎉
:point_right: GitHub: https://github.com/plotly/dash-table/

4 Likes

Thanks for this! :smiley:

A post was split to a new topic: Dash DataTable - Using Dropdown User Input as Inputs to Another Callback?

So for making each cell a unique dropdown, is there any possible way to make the “condition” key in the column_conditional_dropdown as a python based conditional instead of the dash syntax ‘eq’?