Textualize / textual

The lean application framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a web browser.
https://textual.textualize.io/
MIT License
24.07k stars 741 forks source link

DataTable navigation updates #4633

Closed darrenburns closed 3 weeks ago

darrenburns commented 3 weeks ago

Updates the pageup/pagedown behaviour in the DataTable to match the TextArea widget (and Google Sheets!). Adds some extra bindings to DataTable, particularly around horizontal navigation.