Draft table widget

This commit is contained in:
Héctor Ramón Jiménez 2025-07-15 05:28:33 +02:00
parent 283d0e74a8
commit b3ce0f23a5
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
6 changed files with 738 additions and 0 deletions

View file

@ -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.