plotly / dash-table

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
420 stars 72 forks source link

When some rows have dropdown other rows are not editable #836

Open Bastituta opened 4 years ago

Bastituta commented 4 years ago

If I use dropdowns in a dash table with Editable = True, I cannot edit values in the other rows. This has been reported by several people, but I have not found a fix yet. Some people say that it used to work, but not any longer. Any ideas?

Bastituta commented 3 years ago

If I use dropdowns in a dash table with Editable = True, I cannot edit values in the other rows. This has been reported by several people, but I have not found a fix yet. Some people say that it used to work, but not any longer. Any ideas?

Let me rephrase the issue. When you have an editable table and in a certain column two different type of rows. Some rows have dropdown values and therefore editable, whereas others have a single value. The single values are not editable. This means that you need to split the table in a table with only rows with drop down values and a table with only single values, in order to make them editable. Is this expected behaviour? It would be nice if you can mix single values in some rows with drop down values in other rows and have all rows editable.

aGitForEveryone commented 3 years ago

I would like to bump this thread. This is still an issue. I have a column where some cells are dropdown fields, and other cells are numeric data or strings. However, I cannot alter the cells that contain numeric or string data. I can only change the cells with dropdowns.

jeetoza92 commented 2 years ago

I am having a same issue. Is there any fix for this?

AaronWoodrow commented 2 years ago

I'm having the same issue here. e.g. columns=([{'id': 'config_value', 'name': 'config_value', 'presentation': 'dropdown', 'editable': True}]) I also have editable=True as a property of the DataTable

thcha67 commented 1 year ago

Same issue here still.

alexrblohm commented 11 months ago

I also have this issue. I would like to use dropdowns in some columns and then freely edit other columns