This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
Clicking on a markdown link should open the link rather than selecting the cell #710
Labels
dash-type-bug
Something isn't working as intended
dash-type-enhancement
New feature or request
size: 3
Users will use
editable=False
for read-only tables and therefore shouldn't select them. It feels awkward to have a cell become selected when the table otherwise looks and feels read-only.In read-only tables, users will be selecting cells to:
Both of these interactions feel awkward with the current cell selection behavior.
We could introduce a new property like "cell_selectable", but I believe that this property should be coerced to
False
ifeditable=False
The text was updated successfully, but these errors were encountered: