Structs§
- Column
Builder - Chainable builder for a single column. Use
.done()to return to the table builder. - Table
Builder - Builder for ImGui tables with columns + headers + sizing/freeze options.
- Table
Column Setup - Table column setup information
- Table
Column Sort Spec - One column sort spec.
- Table
Header Data - Safe description of a single angled header cell.
- Table
RowFlags - Flags for table rows
- Table
Sort Specs - Table sort specs view.
- Table
Sort Specs Iter - Iterator over
TableColumnSortSpec. - Table
Token - Tracks a table that can be ended by calling
.end()or by dropping
Enums§
- Sort
Direction - Sorting direction for table columns.
- Table
BgTarget - Target for table background colors.