I could not figure out how to use flags for table. It is crushing app. I tried to add flags in cpp code, but it cause same error
"Assertion failed: (table != __null && "Need to call TableSetupColumn() after BeginTable()!"), function TableSetupColumn, file imgui_tables.cpp, line 1355."
I could not figure out how to use flags for table. It is crushing app. I tried to add flags in cpp code, but it cause same error
"Assertion failed: (table != __null && "Need to call TableSetupColumn() after BeginTable()!"), function TableSetupColumn, file imgui_tables.cpp, line 1355."
To reproduce error add flag like that
imgui.begin_table("table_example", 3, imgui.TABLE_SCROLLX)
Also I added outer_size vector in cpp code like that (for test). But error remains.