[GH-ISSUE #174] Is there a way to delete rows or cells from tables? #136

Closed
opened 2026-03-04 01:02:17 +03:00 by kerem · 3 comments
Owner

Originally created by @willowiscool on GitHub (Oct 21, 2018).
Original GitHub issue: https://github.com/rivo/tview/issues/174

Trying to remove cells from a table without having to re-make the whole table because I add certain event listeners to it which use scoped variables (so adding those listeners on them inside of a table-making function would mean passing lots of variables to it)

Originally created by @willowiscool on GitHub (Oct 21, 2018). Original GitHub issue: https://github.com/rivo/tview/issues/174 Trying to remove cells from a table without having to re-make the whole table because I add certain event listeners to it which use scoped variables (so adding those listeners on them inside of a table-making function would mean passing lots of variables to it)
kerem closed this issue 2026-03-04 01:02:17 +03:00
Author
Owner

@rivo commented on GitHub (Oct 27, 2018):

I could offer a RemoveRow() or a RemoveColumn() function. Is that what you would need?

<!-- gh-comment-id:433613852 --> @rivo commented on GitHub (Oct 27, 2018): I could offer a `RemoveRow()` or a `RemoveColumn()` function. Is that what you would need?
Author
Owner

@willowiscool commented on GitHub (Oct 29, 2018):

Yes

<!-- gh-comment-id:434000770 --> @willowiscool commented on GitHub (Oct 29, 2018): Yes
Author
Owner

@rivo commented on GitHub (Nov 10, 2018):

I've added those two functions in the latest commit.

<!-- gh-comment-id:437579235 --> @rivo commented on GitHub (Nov 10, 2018): I've added those two functions in the latest commit.
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#136
No description provided.