Browse Source

fix: maintain fields order in shared grid view

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/679/head
Pranav C 3 years ago
parent
commit
c7fcbd73ef
  1. 1
      packages/nc-gui/components/project/spreadsheet/public/xcTable.vue

1
packages/nc-gui/components/project/spreadsheet/public/xcTable.vue

@ -512,6 +512,7 @@ export default {
password: this.password
}])
this.fieldsOrder = qp.fieldsOrder || []
this.viewName = view_name
this.viewType = view_type

Loading…
Cancel
Save