how to get the 'dropdown' display correctly in table? #787
Unanswered
walkthetalk
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You mean expanding the dropdown menu "outside" the component, without affecting its container. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
through constructing a Renderer like following code, we can get all components in table refresh automatically, but the dropdown list will result in the table expanded. how to make the dropdown list display over the table?
Renderer(tbl_components, & -> ftxui::Element { return contruct_table(tbl_components); })
Beta Was this translation helpful? Give feedback.
All reactions