Crate egui_selectable_table

source

Structs§

  • Handles automatic scrolling when dragging items near the edges of the table’s view.
  • Represents a row in a table with selectable columns.
  • A table structure that hold data for performing selection on drag, sorting, and displaying rows and more.

Enums§

  • Enum representing the possible sort orders for table columns.

Traits§

  • Trait for defining column-specific operations in a table UI.
  • Trait for defining how to order rows based on a specific column.