This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 73
next pass on dropdown API #168
Comments
column_conditional_dropdowns
?
Closed - and then some - by #446 |
HammadTheOne
pushed a commit
to HammadTheOne/dash
that referenced
this issue
May 28, 2021
Many of these props will change in the future, I’ve linked properties to the following issues: - plotly/dash-table#166 - plotly/dash-table#167 - plotly/dash-table#168 - plotly/dash-table#168 - plotly/dash-table#167 - plotly/dash-table#169 - plotly/dash-table#169 - plotly/dash-table#169 - plotly/dash-table#170 - plotly/dash-table#171
HammadTheOne
pushed a commit
to plotly/dash
that referenced
this issue
Jul 23, 2021
Many of these props will change in the future, I’ve linked properties to the following issues: - plotly/dash-table#166 - plotly/dash-table#167 - plotly/dash-table#168 - plotly/dash-table#168 - plotly/dash-table#167 - plotly/dash-table#169 - plotly/dash-table#169 - plotly/dash-table#169 - plotly/dash-table#170 - plotly/dash-table#171
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
placeholder issue to discuss the next pass of the
column_conditonal_dropdown
property and friends.In particular:
dropdown
inside the nested structure should be renamed tooptions
to matchdcc.Dropdown
style
arguments, it would be nice if all of the dropdown properties had the same prefix, so something along the lines ofdropdown_by_row
ordropdown_by_condition
clearable
property insidecolumns
should bedropdown_clearable
or perhaps underdropdown_properties.clearable
type: 'dropdown'
, maybe we should have'type': 'enumerated'
and'cell_renderer': 'dropdown'
The text was updated successfully, but these errors were encountered: