pub trait TableExtManual: 'static {
// Required methods
fn get_selected_columns(&self) -> Vec<i32>;
fn get_selected_rows(&self) -> Vec<i32>;
}
pub trait TableExtManual: 'static {
// Required methods
fn get_selected_columns(&self) -> Vec<i32>;
fn get_selected_rows(&self) -> Vec<i32>;
}