imgui
imgui copied to clipboard
Tables: Allow more than 64 columns
This belongs to issue #3572
It allows using more than 64 columns in a table. I've applied the patches mentioned in https://github.com/ocornut/imgui/issues/3572. Just the "IsEqual" method was missing there.