Hi,
I have a Reservation table, where I have open and closed reservations. When a user visits the Reservation page, by default I would like to show Open reservations and once they click a button then Closed reservations are shown. User has the ability to switch back Open resos.
I would like to anonymous visitors also have this ability.
I tried using this method: Glide: Custom Filters WITHOUT a Users Table - YouTube, but table is not showing on the page. Any suggestions.