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
3240639 to
0cdfefa
Compare
enjeck
left a comment
There was a problem hiding this comment.
would be nice to have tests to avoid regressions in the future
b707106 to
f3c29d8
Compare
|
@Aveyron-RetD here we go, without tooltip
|
b426237 to
5752ee3
Compare
5287072 to
5ab7cee
Compare
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
|
H, 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. 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. Am i right @Koc ? |
|
yeah, you are pretty good explained how it works, thanx! |

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
🔍 Row create/edit via popup/inline
🔍 Row display in table/view + handle relation row removal
🔍 Filter for view
🔍 Filter for rows
🔍 Import/Export
🚧 Pending (help welcomed):
❎ What is out of scope: