-
Notifications
You must be signed in to change notification settings - Fork 52
feat: add relation column type - #2248
Conversation
c3f6a2d to
fdd744e
Compare
f792683 to
f599f40
Compare
92af03c to
0f9416b
Compare
6a4e073 to
5209182
Compare
fb98364 to
198afa1
Compare
198afa1 to
ddc1bd1
Compare
f34f8f9 to
d406233
Compare
f092bad to
502b69b
Compare
@enjeck
enjeck
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would be nice to have tests to avoid regressions in the future
b707106 to
f3c29d8
Compare
Koc
commented
May 4, 2026
@Aveyron-RetD here we go, without tooltip
imageb426237 to
5752ee3
Compare
5287072 to
5ab7cee
Compare
Koc
commented
Jun 7, 2026
43f8c6c to
5b58b04
Compare
Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
Signed-off-by: Enjeck C. <patrathewhiz@gmail.com>
c83c383 to
1bd767b
Compare
@enjeck
enjeck
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much!
xbluemonkx
commented
Jul 25, 2026
H,
I have seen that this is part of the new release. - May I ask what exactly this offers now?
Is it possible to define "link" columns (columns that are avaible in to tables so if someone adds and entry in table A it is possible to use it in table B as a link?
Or is it more like: if i manually enter the same value in table A and table B it can be used as a link?
I am really curious about what / how this actually works from a user perspective
@xbluemonkx mate, sorry, but I didn't got what you mean. You can check screenshots from the PR description or even checkout latest version of the module, install it locally and test by yourself (and answer to your question 😉)
@xbluemonkx i believe this is this feature #2271 ,that you want which will bring you lookup columns.
In this feature, there is only text field which works.
What you can do for the moment with this feature is for example an ordering table from an inventory table. You can have a table with all your references (A) and another table where you can order (B) when you create a relation column in table (B) you reference to a text field column in table A for example (Inventory name).
So by editing table A, you create new references, and they will appear as selection choices in table B.
The only downside they could be restricting your searches because the text field could be not enough for the user to recognize the inventory and this is where #2271 will come handy. It will fetch other results in table A on the same row and prefill cells depending on the text field chosen.
Am i right @Koc ?
Koc
commented
Jul 27, 2026
yeah, you are pretty good explained how it works, thanx!
Uh oh!
There was an error while loading. Please reload this page.
This PR introduces a basic relation type. It allows to connect few tables together. We will store row id as a column value and display selected column as a label for this values. Closes #172.
✔️ Implemented
🔍 Column create/edit
image
🔍 Row create/edit via popup/inline
image
🔍 Row display in table/view + handle relation row removal
image image
🔍 Filter for view
image
🔍 Filter for rows
image image
🔍 Import/Export
image image
🚧 Pending (help welcomed):
❎ What is out of scope: