dash-table
dash-table copied to clipboard
Feature Request: make checkbox (row_selectable) available only for specific (conditional) rows
It would be great to allow row_selectable only to apply to rows based on the conditions.
Currently, row_selectable only allows single, multi, or False.
e.g. for this example: https://dash.plotly.com/datatable/interactivity
It would be helpful to make rows with continent named "Asia" unselectable:

I also want this new feature 🤗