Draft table widget
This commit is contained in:
parent
283d0e74a8
commit
b3ce0f23a5
6 changed files with 738 additions and 0 deletions
|
|
@ -30,6 +30,8 @@ use crate::{Column, Grid, MouseArea, Pin, Pop, Row, Space, Stack, Themer};
|
|||
use std::borrow::Borrow;
|
||||
use std::ops::RangeInclusive;
|
||||
|
||||
pub use crate::table::table;
|
||||
|
||||
/// Creates a [`Column`] with the given children.
|
||||
///
|
||||
/// Columns distribute their children vertically.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue