Hello,
I would like to retrieve related data through a 1:n relation from the Users table and use this in a data table:
![image](https://support.backendless.com/uploads/default/original/2X/6/6d1e1071e3c5d0511efcb1b612571b30269d00a5.png)
What do i need to use to load the data in the data table? Can i do this with On Before Mount?
![image](https://support.backendless.com/uploads/default/original/2X/6/61e1f8ddf798dce10455895a1bc2a2b6e5fc338d.png)
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