mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
Merge branch 'dynamic-grid' of github.com:elwerene/egui into dynamic-grid
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/// Table view with (optional) fixed header and scrolling body.
|
//! Table view with (optional) fixed header and scrolling body.
|
||||||
/// Cell widths are precalculated with given size hints so we can have tables like this:
|
//! Cell widths are precalculated with given size hints so we can have tables like this:
|
||||||
/// | fixed size | all available space/minimum | 30% of available width | fixed size |
|
//! | fixed size | all available space/minimum | 30% of available width | fixed size |
|
||||||
/// Takes all available height, so if you want something below the table, put it in a grid.
|
/// Takes all available height, so if you want something below the table, put it in a grid.
|
||||||
use crate::{
|
use crate::{
|
||||||
layout::{CellSize, LineDirection},
|
layout::{CellSize, LineDirection},
|
||||||
|
|||||||
Reference in New Issue
Block a user