feat(widget): add table widget
This commit is contained in:
parent
c955c8400f
commit
2753941aad
12 changed files with 1599 additions and 1 deletions
|
|
@ -323,6 +323,10 @@ pub use spin_button::{SpinButton, spin_button, vertical as vertical_spin_button}
|
|||
|
||||
pub mod tab_bar;
|
||||
|
||||
pub mod table;
|
||||
#[doc(inline)]
|
||||
pub use table::{compact_table, table};
|
||||
|
||||
pub mod text;
|
||||
#[doc(inline)]
|
||||
pub use text::{Text, text};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue