Storage for one column of a table
| 140 | struct ImGuiTable; // Storage for a table |
| 141 | struct ImGuiTableColumn; // Storage for one column of a table |
| 142 | struct ImGuiTableInstanceData; // Storage for one instance of a same table |
| 143 | struct ImGuiTableTempData; // Temporary storage for one table (one per table in the stack), shared between tables. |
| 144 | struct ImGuiTableSettings; // Storage for a table .ini settings |
| 145 | struct ImGuiTableColumnsSettings; // Storage for a column .ini settings |