#pragma once // Renders an interactive table with sorting indicators and scroll using the ImGui Tables API. // Call within an ImGui frame. // Returns true if the table was rendered visible, false if clipped/skipped. bool table_view(const char* id, const char* const* headers, int col_count, const char* const* cells, int row_count);