Module table

Source
Expand description

A widget allowing the user to display tables of information with optional sorting by category

Re-exports§

pub use model::Entity;
pub use model::Model;
pub use model::category::ItemCategory;
pub use model::category::ItemInterface;
pub use model::selection::MultiSelect;
pub use model::selection::SingleSelect;
pub use widget::compact::CompactTableView;
pub use widget::standard::TableView;

Modules§

model
widget

Functions§

compact_table
table

Type Aliases§

MultiSelectModel
MultiSelectTableView
SingleSelectModel
SingleSelectTableView