From 92f2a59b88b77b8a77a4cdb928675bcd7a6e2477 Mon Sep 17 00:00:00 2001 From: Pranav C <61551451+pranavxc@users.noreply.github.com> Date: Mon, 21 Jun 2021 20:40:24 +0530 Subject: [PATCH] feat: Has many & belongs to - new record creation Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com> --- .../spreadsheet/components/expandedForm.vue | 18 +- .../spreadsheet/components/virtualCell.vue | 80 +++--- .../components/virtualCell/belogsToCell.vue | 240 +++++++++++++----- .../virtualCell/components/listItems.vue | 112 +++++--- .../components/virtualCell/hasManyCell.vue | 80 +++--- .../lib/dataMapper/lib/sql/BaseModelSql.ts | 142 ++++++++++- 6 files changed, 470 insertions(+), 202 deletions(-) diff --git a/packages/nc-gui/components/project/spreadsheet/components/expandedForm.vue b/packages/nc-gui/components/project/spreadsheet/components/expandedForm.vue index db1b17b38f..29a96ed4d5 100644 --- a/packages/nc-gui/components/project/spreadsheet/components/expandedForm.vue +++ b/packages/nc-gui/components/project/spreadsheet/components/expandedForm.vue @@ -76,7 +76,7 @@