lib: Cut off table coloums if too little space
modified src/flux/ui/widget.rs
@@ -132,6 +132,8 @@ pub struct TableProps<'a, R: ToRow<W>, const W: usize> {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -194,6 +196,13 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -227,7 +236,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -246,7 +255,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|