diff --git a/packages/nc-gui-v2/components/smartsheet/Grid.vue b/packages/nc-gui-v2/components/smartsheet/Grid.vue index acf5677352..0155cd5bee 100644 --- a/packages/nc-gui-v2/components/smartsheet/Grid.vue +++ b/packages/nc-gui-v2/components/smartsheet/Grid.vue @@ -191,7 +191,7 @@ onKeyStroke(['Tab', 'Shift', 'Enter', 'Delete', 'ArrowDown', 'ArrowUp', 'ArrowLe -
+
#
-
+
{{ rowIndex + 1 }}
{ try { const row = formattedData.value[rowIndex] - if (row.rowMeta.new) { + if (!row.rowMeta.new){ const id = meta?.value?.columns ?.filter((c) => c.pk) .map((c) => row.row[c.title as any])