1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-04 00:49:53 +00:00

Resolve "Foreignkey field / connecting rows"

This commit is contained in:
Bram Wiepjes 2020-08-28 09:48:37 +00:00
parent 49753eef89
commit fe31605fef
73 changed files with 3718 additions and 146 deletions
web-frontend/modules/database/components/view/grid

View file

@ -17,6 +17,7 @@
></div>
<GridViewFieldType
v-if="primary !== null"
:table="table"
:field="primary"
:style="{ width: widths.fields[primary.id] + 'px' }"
></GridViewFieldType>
@ -135,6 +136,7 @@
<GridViewFieldType
v-for="field in fields"
:key="'right-head-field-' + view.id + '-' + field.id"
:table="table"
:field="field"
:style="{ width: widths.fields[field.id] + 'px' }"
>