Table building #212
Answered
by
ArthurSonzogni
MattBystrin
asked this question in
Q&A
-
Hello @ArthurSonzogni , I'm trying to make some kind of interactive table, in which you can select the row. By now I've done something like this |
Beta Was this translation helpful? Give feedback.
Answered by
ArthurSonzogni
Sep 22, 2021
Replies: 1 comment 8 replies
-
I guess you have a What about in an imperative way: column[selected_line] = std::move(column[selected_line]) | inverted; |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
MattBystrin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I guess you have a
std::vector<Element>
representing a column somewhere.What about in an imperative way: