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

Binary file not shown.

View File

@@ -109,6 +109,11 @@ pub struct TableDataImportRow {
::prost::alloc::string::String,
::prost_types::Value,
>,
/// Link columns whose text must be resolved against the target table's exact
/// row display value, including text made only of digits. Unlisted columns
/// retain the normal table-write link semantics.
#[prost(string, repeated, tag = "2")]
pub link_display_columns: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
}
#[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
pub struct StageTableDataImportResponse {