mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #841] how can i add a DropDown into table? #611
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#611
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 @zhouruisong on GitHub (Apr 20, 2023).
Original GitHub issue: https://github.com/rivo/tview/issues/841
code as below, i can show DropDown in a table
please tell me the right way to show a DropDown in a table
@rivo commented on GitHub (May 27, 2023):
There is no way to place a widget such as a DropDown in a table cell. You would have to place it somewhere outside the table.