Add or delete rows in a table #5622
mmannj
started this conversation in
New Users Build/Link/Run issues ONLY!
Replies: 1 comment
-
|
Dear ImGui is immediate mode library and as such it renders only what you submit for it to render each frame. If you want to not render some rows in the table - then do not submit them. Read more about immediate mode paradigm. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to add or delete a row in a table? Or make the row 'Hidden'?
Beta Was this translation helpful? Give feedback.
All reactions