imgui-java icon indicating copy to clipboard operation
imgui-java copied to clipboard

ImGui::TableGetSortSpecs() missing

Open Lenni0451 opened this issue 3 years ago • 5 comments

There is no binding for ImGui::TableGetSortSpecs(). https://github.com/ocornut/imgui/blob/master/imgui_demo.cpp#L5081

Lenni0451 avatar Feb 21 '22 17:02 Lenni0451

I would be interested in seeing this exposed. Is there a workaround to get which column the table is sorted on?

phraktle avatar Feb 27 '23 22:02 phraktle

I don't think there is a workaround at the moment

Lenni0451 avatar Feb 28 '23 15:02 Lenni0451

You can work out which column is sorted from the column flags, alas the direction is not exposed.

phraktle avatar Feb 28 '23 19:02 phraktle

Zero chance to implement table sorting wihout TableGetSortSpecs

assada avatar Apr 24 '23 21:04 assada