Storage for a table
| 142 | struct ImGuiTabItem; // Storage for a tab item (within a tab bar) |
| 143 | struct ImGuiTable; // Storage for a table |
| 144 | struct ImGuiTableColumn; // Storage for one column of a table |
| 145 | struct ImGuiTableInstanceData; // Storage for one instance of a same table |
| 146 | struct ImGuiTableTempData; // Temporary storage for one table (one per table in the stack), shared between tables. |
| 147 | struct ImGuiTableSettings; // Storage for a table .ini settings |