mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[GH-ISSUE #646] Feature request: Support table.SetRowHeight(int) #472
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#472
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @treesong on GitHub (Sep 14, 2021).
Original GitHub issue: https://github.com/rivo/tview/issues/646
While table has several columns and the screen width is not enough to display them. To show more info, I wish the table cell can contain two lines.
@rivo commented on GitHub (Sep 27, 2021):
I'm sorry but this is unlikely going to be introduced. Everything in
Tableis based on the one-line premise. And once multi-line rows are introduced, I'm starting to duplicate behaviour implemented inTextView(e.g. word-wrapping). I'm also pretty confident that soon after, people will ask for irregular row heights because they won't need multi-line rows for every row.If you need more lines in a table-like layout, you probably want to use
Grid.