---
number: 35495
slug: 35495-dashboard-updates-210425-050525
published: 2025-05-06
discussion: https://github.com/orgs/supabase/discussions/35495
labels:
  - frontend
page: https://supabase.com/changelog/35495-dashboard-updates-210425-050525
---

# Dashboard Updates [210425 - 050525]

## Sort columns in the Table Editor through the column header

<img width="452" alt="Screenshot 2025-05-05 at 14 35 13" src="https://github.com/user-attachments/assets/6ffe6abd-5f6d-4e8f-841e-26317f36d4e0" />

We've integrated the sorting functionality into the column menu - and these will dynamically update based on the current sort state of the column! 

PR: [https://github.com/supabase/supabase/pull/35139](https://github.com/supabase/supabase/pull/35139)

Link: [https://supabase.com/dashboard/project/_/editor](https://supabase.com/dashboard/project/_/editor)

## Ability to add billing address when creating or upgrading an organization

<img width="698" alt="Screenshot 2025-04-21 at 21 28 39" src="https://github.com/user-attachments/assets/e2880c25-acd8-46f6-9593-5894162d0649" />

You can now set your billing address when creating or upgrading your organization, and also set a billing name that diverges from your organization name! In hopes of alleviating a common request where invoices needed to be amended as there wasn't a billing address set 🙂🙏

PR: [https://github.com/supabase/supabase/pull/34922](https://github.com/supabase/supabase/pull/34922)

Link: [https://supabase.com/dashboard/new](https://supabase.com/dashboard/new)

## Other bugs fixes and improvements

[General](https://supabase.com/dashboard/project/_)
- Add reset database password callout to Connect modal ([PR](https://github.com/supabase/supabase/pull/35241))

[Table Editor](https://supabase.com/dashboard/project/_/editor)
- (Feature Preview) Fix searching in table editor unintentional clears all tabs ([PR](https://github.com/supabase/supabase/pull/35198))
- (Feature Preview) Fix tabs order not persisting when a tab is closed ([PR](https://github.com/supabase/supabase/pull/35216))
- (Feature Preview) Sync tab labels whenever reopening table editor (SQL Editor too) ([PR](https://github.com/supabase/supabase/pull/35219))
- Fix table editor rendering multiple columns if the column has multiple identical constraints on it ([PR](https://github.com/supabase/supabase/pull/35326))
- Fix inability to export data when all rows are selected ([PR](https://github.com/supabase/supabase/pull/35420))

[SQL Editor](https://supabase.com/dashboard/project/_/sql)
- (Feature Preview) Fix snippets being renamed by AI not updating it's tab label ([PR](https://github.com/supabase/supabase/pull/35218))

[Storage Explorer](https://supabase.com/dashboard/project/_/buckets)
- Fix footer in list view unintentionally hiding last item ([PR](https://github.com/supabase/supabase/pull/35036))

[Edge Functions](https://supabase.com/dashboard/project/_/functions)
- Fix logs refresh button not pulling latest data when "Last n" option is selected ([PR](https://github.com/supabase/supabase/pull/35194))

[Logs](https://supabase.com/dashboard/project/_/logs/explorer)
- Fix datepicker overriding copy events ([PR](https://github.com/supabase/supabase/pull/35361))

[Integrations](https://supabase.com/dashboard/project/_/integrations)
- Add link to foreign table in table editor from wrappers ([PR](https://github.com/supabase/supabase/pull/35242))

[Custom Reports](https://supabase.com/dashboard/project/_/reports)
- Fix missing labels on SQL blocks ([PR](https://github.com/supabase/supabase/pull/35328))
