IgoPeg

Results 1 issues of IgoPeg

# Bug report Sorting an table with an foreignTable table column should work ([Doc example](https://supabase.com/docs/reference/javascript/order#with-embedded-resources)) const { data, error } = await supabase .from('cities') .select('name', 'country_id') .order('id', { ascending: false...

bug
dashboard