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

fix(table): ensure render offset without selection properly #1187

Closed joshka closed 2 weeks ago

joshka commented 2 weeks ago

Fixes: https://github.com/ratatui-org/ratatui/issues/1179

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 94.4%. Comparing base (4bfdc15) to head (6eb0126). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1187 +/- ## ======================================= + Coverage 94.3% 94.4% +0.1% ======================================= Files 60 62 +2 Lines 14679 14935 +256 ======================================= + Hits 13843 14105 +262 + Misses 836 830 -6 ```

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