1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-08 02:30:56 +00:00

Filter on link row selection

This commit is contained in:
Bram Wiepjes 2024-07-09 15:05:11 +00:00
parent 3338a18902
commit dfc5000045
35 changed files with 1032 additions and 121 deletions
web-frontend/modules/database/components/view/grid/fields

View file

@ -44,6 +44,7 @@
v-if="canAccessLinkedTable"
ref="selectModal"
:table-id="field.link_row_table_id"
:view-id="field.link_row_limit_selection_view_id"
:value="value"
@selected="addValue(value, $event)"
@hidden="hideModal"