mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[PR #215] [CLOSED] Add capability to insert items at arbitrary locations in List #880
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#880
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?
📋 Pull Request Information
Original PR: https://github.com/rivo/tview/pull/215
Author: @ardnew
Created: 1/3/2019
Status: ❌ Closed
Base:
master← Head:list-insertitem📝 Commits (1)
4454f07change: adding function (*List).InsertItem() to allow inserting items at arbitrary positions in the list📊 Changes
1 file changed (+46 additions, -4 deletions)
View changed files
📝
list.go(+46 -4)📄 Description
Many apologies with opening and closing all the pull requests!! Still fumbling around trying to learn git and unlearn subversion, so let me try this one more time...
This implements my original request in #213
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.