[GH-ISSUE #903] The cells in the table do not support line feed #659

Closed
opened 2026-03-04 01:06:50 +03:00 by kerem · 2 comments
Owner

Originally created by @guocaifeng on GitHub (Oct 24, 2023).
Original GitHub issue: https://github.com/rivo/tview/issues/903

The cell has a large field and cannot display all the data

Originally created by @guocaifeng on GitHub (Oct 24, 2023). Original GitHub issue: https://github.com/rivo/tview/issues/903 The cell has a large field and cannot display all the data
kerem closed this issue 2026-03-04 01:06:50 +03:00
Author
Owner

@rivo commented on GitHub (Oct 24, 2023):

Yes, that's a limitation of Table. A cell can only display one line of text. If you want more, you might want to look into Grid but that's fundamentally a different component.

<!-- gh-comment-id:1776759298 --> @rivo commented on GitHub (Oct 24, 2023): Yes, that's a limitation of `Table`. A cell can only display one line of text. If you want more, you might want to look into `Grid` but that's fundamentally a different component.
Author
Owner

@guocaifeng commented on GitHub (Oct 27, 2023):

Thank you very much

<!-- gh-comment-id:1782509673 --> @guocaifeng commented on GitHub (Oct 27, 2023): Thank you very much
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tview#659
No description provided.