Docs.rs
rat-widget-0.33.0
rat-widget 0.33.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
thscharler
Dependencies
chrono ^0.4
normal
crossterm ^0.28
normal
directories-next ^2.0.0
normal
optional
iset ^0.3
normal
log ^0.4
normal
map_range_int ^1.0
normal
rat-event ^1.0
normal
rat-focus ^0.30
normal
rat-ftable ^0.29
normal
rat-menu ^0.31
normal
rat-popup ^0.28
normal
rat-reloc ^1.0
normal
rat-scrolled ^1.0
normal
rat-text ^0.29
normal
ratatui ^0.29
normal
sysinfo ^0.32.0
normal
optional
unicode-display-width ^0.3
normal
unicode-segmentation ^1.11
normal
unicode-width ^0.2
normal
anyhow ^1.0
dev
chrono ^0.4
dev
fern ^0.7
dev
format_num_pattern ^0.9
dev
lorem-rustum ^0.0.5
dev
pure-rust-locales ^0.8
dev
rand ^0.8
dev
Versions
80.47%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rat_
widget
0.33.0
Module selection
Module Items
Modules
Structs
In rat_
widget::
table
rat_widget
::
table
Module
selection
Copy item path
Source
Expand description
Different selection models for Table.
Modules
§
cellselection
noselection
rowselection
rowsetselection
Structs
§
Cell
Selection
Select a single cell in the table.
NoSelection
Doesn’t do any selection for the table.
RowSelection
Allows selecting a single row of the table.
RowSet
Selection
Allows selection an active range of rows.