deletion of the selected works

This commit is contained in:
filipriec
2025-04-18 11:15:15 +02:00
parent 92a9011f27
commit 305bcfcf62
4 changed files with 44 additions and 9 deletions

View File

@@ -6,6 +6,7 @@ use ratatui::widgets::TableState;
pub struct ColumnDefinition {
pub name: String,
pub data_type: String,
pub selected: bool,
}
#[derive(Debug, Clone, PartialEq, Eq)]