Dash_table dropdown and editable

Hi,
I want to make columns editable and at the same time assign dropdown functionality to some rows like the following code and snapshot:
[{“name”: i, “id”: i, ‘editable’: True, ‘presentation’: ‘dropdown’} for i in columns],

image

but it disables the editable functionality and I cannot change cell values.
Is there a way to assign both features at the same time?

I am experiencing the same issue. Any solution?