I have a type of personalized content with fields in which I collect, among other things, country. I am using Drupal 8. I would like to create a grid view page (using Views) of the content that is separated by country, as shown in the image.
I would like to avoid creating multiple views, one for each country, and then check them on another page.
Any suggestions on how to make it happen?