import number vs index button implemented

This commit is contained in:
Priec
2026-09-03 22:38:50 +02:00
parent 8c5a6e0c09
commit f787d16613
7 changed files with 13 additions and 4 deletions

View File

@@ -425,7 +425,7 @@ pub fn row_to_table_data(
};
data.insert(target_column.clone(), value);
}
Ok(TableDataImportRow { data })
Ok(TableDataImportRow { data, link_display_columns: Vec::new() })
}
pub fn exportable_columns(schema: &TableStructureResponse) -> Vec<String> {