I've been doing some research and can't find what I'm looking for. Basically, I want to group my data in ONLY 3 groups from top to bottom starting from ROOM3 -> ROOM2 -> ROOM1 and I would also like to add 2 buttons to expand and collapse groups.
Example:
ROOM3
- Brady, Marsha busy
- Davis, Kevin Ready-1
.........
...............
ROOM1
- Steve, Ana with MA
- tester
.........
...............
ROOM2
- Bacon, Anna with MA
- Yoga, Martha with MA
...............
....................
Here's my working code: PLUNKER.