struct ImGuiTableInstanceData

Overview

#include <imgui_internal.h>

struct ImGuiTableInstanceData
{
    // fields

    ImGuiID TableInstanceID;
    float LastOuterHeight;
    float LastTopHeadersRowHeight;
    float LastFrozenHeight;
    int HoveredRowLast;
    int HoveredRowNext;
};