The extended cursor release
[7.5.0] - 2026-01-30
Features
- DataTable row cursor now extends full width when excess space available
- DataTable
*Selectedevents now only emit on second click (when cell/row/column already highlighted)
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