[PR #634] [MERGED] Rewrote Table to accommodate virtual tables. #1002

Closed
opened 2026-03-04 01:08:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rivo/tview/pull/634
Author: @rivo
Created: 8/7/2021
Status: Merged
Merged: 9/20/2021
Merged by: @rivo

Base: masterHead: virtualtable


📝 Commits (2)

  • 2cef1c0 Rewrote Table to accommodate virtual tables.
  • 9b6f0f0 Navigation bugfix and improved comments.

📊 Changes

4 files changed (+519 additions, -211 deletions)

View changed files

demos/table/virtualtable/README.md (+1 -0)
demos/table/virtualtable/main.go (+44 -0)
demos/table/virtualtable/screenshot.png (+0 -0)
📝 table.go (+474 -211)

📄 Description

See #248 and #618.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rivo/tview/pull/634 **Author:** [@rivo](https://github.com/rivo) **Created:** 8/7/2021 **Status:** ✅ Merged **Merged:** 9/20/2021 **Merged by:** [@rivo](https://github.com/rivo) **Base:** `master` ← **Head:** `virtualtable` --- ### 📝 Commits (2) - [`2cef1c0`](https://github.com/rivo/tview/commit/2cef1c04ba634f95572d551824f63e0a013386ed) Rewrote Table to accommodate virtual tables. - [`9b6f0f0`](https://github.com/rivo/tview/commit/9b6f0f012d15afbfbb6ea091d98936a0de4898c0) Navigation bugfix and improved comments. ### 📊 Changes **4 files changed** (+519 additions, -211 deletions) <details> <summary>View changed files</summary> ➕ `demos/table/virtualtable/README.md` (+1 -0) ➕ `demos/table/virtualtable/main.go` (+44 -0) ➕ `demos/table/virtualtable/screenshot.png` (+0 -0) 📝 `table.go` (+474 -211) </details> ### 📄 Description See #248 and #618. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:08:58 +03:00
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#1002
No description provided.