DataTableRow - extend clickable area for Checkbox and Folding
Open
feature
- Dominant language
- TypeScript
- Stars
- 247
- Forks
- 78
- Avg merge
- 14h 27m
- Merged PRs (30d)
- 15
Description
**Description**
DataTableRow can have checkbox and folding arrows. When a row has only one action (either folding or selecting), we trigger them on clicking anywhere in the row. However, if there are both, or even there's a user-defined click, user needs to click into folding arrows and checkboxes directly. Currently, it's easy to miss these clicks, as these controls are small.
**Describe the solution you'd like**
Extend clickable areas as much as we can fit:

Contributor guide
Assessment
This issue has not been assessed yet.