Hello community!
I try to display the nationality flags of my players next to their names.
To do this, I made :
- a “flags” table with all the nationalities and all the flags
- a “players” table with the players names and nationalities first letters (EN, FR, US etc.)
I have a relation on my “players” table to get the flag and it’s cool. But I don’t find how to show this data on my app, maybe because it’s a relation ?
If you have any idea, tell me please
Best