v7.5.0
Textualize/textualv7.5.0Jan 30, 2026by willmcgugan
AI Summary
DataTable improvements with extended row cursor and refined selection behavior. The row cursor now extends the full width and selection events only fire on second click.
Key Highlights
- DataTable row cursor extends to full width
- DataTable sends selected event only if cell/row/column is currently highlighted
New Features
- DataTable row cursor extends to full width when there is excess space
- DataTable selected event fires on click only if the cell/row/column is currently highlighted
Full Release Notes
The DataTable row cursor will now extend the full width of the datatable, which looks better. The DataTable will now only emit a `*Selected` message if clicking a second time. ### [7.5.0] - 2026-01-30 - The DataTable row cursor will extend to the full width if there is excess space https://github.com/Textualize/textual/pull/6345 - The DataTable will send a selected event on click, only if the cell / row / column is currently highlighted https://github.com/Textualize/textual/pull/6345