select certain columns / rows that are False when cell_selectable=False
Open
Nobody has claimed this yet.
feature
P3
- Dominant language
- Python
- Stars
- 24.4k
- Forks
- 2.3k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 13
Description
When I use dashtable with cell_selectable=False, all cells are not selectable. I am wondering if we can have the option to choose certain columns / rows that are not selectable? In my case, I only want 1 column that is selectable. Other columns should be disabled.
Using dash 2.9
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the DataTable handling for cell_selectable and review how selection currently applies to cells. Define how designated rows or columns should remain selectable while the others are disabled, then verify the behavior for both row and column restrictions in the relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100