This is an example of the data I have:
Country Score University
a 5
1
2
3
b 7
1
2
I want to be able to hide/unhide the university rows and sort by the score column while keeping the universities under their countries.
Is there any way to do this? I tried grouping but it didn't do what I want.