-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: only display rows within table height This will remove excess rows. This does not affect the height that is set by headers, borders, etc. * feat: draw ellipsis for overflow * fix: only display overflow when data exists * fix: only display overflow when data exists * test: define height for existing tabel unit tests * test: add table height unit tests * fix: handle negative available rows to render * fix: handle height shrink with offset * test: add table unit test * feat: use auto table height by default * test: remove unnecesary height from table def * refactor(table): use β¦ instead of ... + remove TODOs --------- Co-authored-by: bashbunni <bunni@bashbunni.dev>
- Loading branch information
1 parent
12eac2c
commit a5492bc
Showing
2 changed files
with
236 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters