Module table

Module table 

Source

Structs§

ColumnBuilder
Chainable builder for a single column. Use .done() to return to the table builder.
TableBuilder
Builder for ImGui tables with columns + headers + sizing/freeze options.
TableColumnSetup
Table column setup information
TableColumnSortSpec
One column sort spec.
TableHeaderData
Safe description of a single angled header cell.
TableRowFlags
Flags for table rows
TableSortSpecs
Table sort specs view.
TableSortSpecsIter
Iterator over TableColumnSortSpec.
TableToken
Tracks a table that can be ended by calling .end() or by dropping

Enums§

SortDirection
Sorting direction for table columns.
TableBgTarget
Target for table background colors.