aliasing now move column position also
This commit is contained in:
@@ -200,6 +200,7 @@ pub(crate) async fn load_page(
|
||||
.map(|column| {
|
||||
let behavior = table.column_behaviors.get(&column.name);
|
||||
DetailColumn {
|
||||
column_id: behavior.map(|behavior| behavior.column_id).unwrap_or_default(),
|
||||
name: column.name.clone(),
|
||||
sql_type: catalog.sql_type(&column.field_type),
|
||||
field_type: column.field_type.clone(),
|
||||
@@ -279,7 +280,6 @@ pub(crate) async fn load_page(
|
||||
history,
|
||||
selection: inputs.selection,
|
||||
columns: inputs.columns,
|
||||
rename: inputs.rename,
|
||||
copy: inputs.copy,
|
||||
invoice: inputs.invoice,
|
||||
status: inputs.status,
|
||||
|
||||
Reference in New Issue
Block a user