imgui-java
imgui-java copied to clipboard
ImGui::TableGetSortSpecs() missing
There is no binding for ImGui::TableGetSortSpecs(). https://github.com/ocornut/imgui/blob/master/imgui_demo.cpp#L5081
I would be interested in seeing this exposed. Is there a workaround to get which column the table is sorted on?
I don't think there is a workaround at the moment
You can work out which column is sorted from the column flags, alas the direction is not exposed.
Zero chance to implement table sorting wihout TableGetSortSpecs