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:
parent
49753eef89
commit
fe31605fef
73 changed files with 3718 additions and 146 deletions
web-frontend/modules/database/components/view/grid
|
@ -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' }"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue