Module data_table

Module data_table 

Source
Expand description

DataTable widget for displaying tabular data.

Structs§

DataTable
DataTable widget for displaying tabular data.
TableColumn
Column definition for a data table.
TableRow
A row of data in the table.
TableRowSelected
Message emitted when a row is selected.
TableSortChanged
Message emitted when table sorting changes.

Enums§

CellValue
A cell value in the table.
SortDirection
Sort direction.
TextAlign
Text alignment within a cell.