feat(lib): Make empty message in tables optional
modified examples/selection.rs
@@ -102,6 +102,7 @@ impl Show<Message> for App {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/ui/im.rs
@@ -555,12 +555,13 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -570,11 +571,12 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui/im/widget.rs
@@ -348,6 +348,7 @@ pub struct Table<'a, R, const W: usize> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -359,12 +360,14 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -513,13 +516,15 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -533,6 +538,7 @@ pub struct HeaderedTable<'a, R, const W: usize> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -541,12 +547,14 @@ impl<'a, R, const W: usize> HeaderedTable<'a, R, W> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -578,6 +586,7 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|