mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Add DataTable.move_cursor (#2479)
* Add 'DataTable.move_cursor'. Related issues: #2472. * Fix #2471. * Simplify cursor changes. * Address review feedback. Related comments: https://github.com/Textualize/textual/pull/2479\#discussion_r1185016002
This commit is contained in:
committed by
GitHub
parent
14850d54a3
commit
819b2f1eb3
@@ -19,6 +19,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- run_worker exclusive parameter is now `False` by default https://github.com/Textualize/textual/pull/2470
|
||||
- Added `always_update` as an optional argument for `reactive.var`
|
||||
|
||||
|
||||
### Added
|
||||
|
||||
- Method `DataTable.move_cursor` https://github.com/Textualize/textual/issues/2472
|
||||
|
||||
## [0.23.0] - 2023-05-03
|
||||
|
||||
### Fixed
|
||||
|
||||
Reference in New Issue
Block a user