ratatui-org / ratatui

Rust library that's all about cooking up terminal user interfaces (TUIs) 👨‍🍳🐀
https://ratatui.rs
MIT License
8.82k stars 263 forks source link

feat(table): select first, last, etc to table state #1198

Closed robertpsoane closed 1 week ago

robertpsoane commented 1 week ago

Add select_previous, select_next, select_first & select_last to TableState

Used equivalent API as in ListState

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.4%. Comparing base (0a18dcb) to head (2153270).

:exclamation: Current head 2153270 differs from pull request most recent head fceb8a9

Please upload reports for the commit fceb8a9 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1198 +/- ## ===================================== Coverage 94.4% 94.4% ===================================== Files 62 62 Lines 15009 15057 +48 ===================================== + Hits 14178 14226 +48 Misses 831 831 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.