Crate egui_selectable_table
Source - AutoScroll
- Handles automatic scrolling when dragging items near the edges of the table’s view.
- SelectableRow
- Represents a row in a table with selectable columns.
- SelectableTable
- A table structure that hold data for performing selection on drag, sorting, and displaying rows and more.
- SortOrder
- Enum representing the possible sort orders for table columns.
- ColumnOperations
- Trait for defining column-specific operations in a table UI.
- ColumnOrdering
- Trait for defining how to order rows based on a specific column.