You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when cursor type is cell, only the cell is highlighted. I found it often very helpful to highlight the corresponding row label and column label as well. Like below:
I achieved it with a small modification to [_should_highlight()](https://github.com/Textualize/textual/blob/main/src/textual/widgets/_data_table.py#L2478)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Currently when cursor type is
cell, only the cell is highlighted. I found it often very helpful to highlight the corresponding row label and column label as well. Like below:I achieved it with a small modification to
[_should_highlight()](https://github.com/Textualize/textual/blob/main/src/textual/widgets/_data_table.py#L2478)The above changes also hightlight row/column label when mouse over a cell with a different color.
If you think this feature makes sense, I can create a pull request.
Beta Was this translation helpful? Give feedback.
All reactions