Hello,
I would like to retrieve related data through a 1:n relation from the Users table and use this in a data table:
What do i need to use to load the data in the data table? Can i do this with On Before Mount?
Which component can i use to connect the On Before mount and the related data?:
Hi Mark,
1.First table when the page opens. But i also need a solution when the user checks a radio button.
2.I need the data which has a relationship from table Users 1:n to table dossiers.
3.Related table name is users, but i need the data in the table of the table dossiers.
one additional question, is it possible to change the width of the columns within this Data Table?
Hello @Michel_Loriaux
You can do what you want like this:
- Add a table using the Date Table component
- Add logic On Record Selected in which:
- select the relation of this entry
- save to Page/App Data
- display saved relation objects
You can only change the width of the table