Storage for one column of a table
| 150 | struct ImGuiTable; // Storage for a table |
| 151 | struct ImGuiTableColumn; // Storage for one column of a table |
| 152 | struct ImGuiTableInstanceData; // Storage for one instance of a same table |
| 153 | struct ImGuiTableTempData; // Temporary storage for one table (one per table in the stack), shared between tables. |
| 154 | struct ImGuiTableSettings; // Storage for a table .ini settings |
| 155 | struct ImGuiTableColumnsSettings; // Storage for a column .ini settings |