Patrity
Nuxt UI Table Expand - Programmatic/API Access
I'm using the table expandable feature - https://ui.nuxt.com/components/table#expandable
But I need a way to close this when something happens, i.e. the table results change, etc.. I'm not seeing a way to access this though, is it possible with the current implementation?
6 replies
Not fetching Supabase data
I am encountering an extremely strange issue that I haven't run into before. When I change tabs on my browser, my app is no longer responsive to data fetches. I showed a small demonstration in the video. The components themselves are just simple and calling supabase. The calls themselves never show up in the network tab which makes me think they are not actually being executed so I don't think it's related to supabase. This issue happens in dev and prod.
Here is an example of a function being called in one of the components:
I've been pulling my hair out over this issue and would really appreciate any guidance. I don't even know where to begin debugging something like this.
Update: I just tested in SSR and the issue persists.
20 replies