---
number: 20430
slug: 20430-dashboard-weekly-updates-08-01-24-15-01-24
published: 2024-01-15
discussion: https://github.com/orgs/supabase/discussions/20430
labels:
  - frontend
page: https://supabase.com/changelog/20430-dashboard-weekly-updates-08-01-24-15-01-24
---

# Dashboard Weekly Updates [08/01/24 - 15/01/24]

## Column-level privileges management

![image](https://github.com/supabase/supabase/assets/19742402/ae1164c7-b6d8-425c-a7e4-c30239314230)

Manage column-level privileges via the dashboard. This was a long time coming with many users looking forward to the addition of this to the dashboard. Huge shoutout once again to @HTMHell and everyone for their patience while we got this through the gates 🙏

PR: [https://github.com/supabase/supabase/pull/13745](https://github.com/supabase/supabase/pull/13745)

Link: [https://supabase.com/dashboard/project/_/auth/column-privileges](https://supabase.com/dashboard/project/_/auth/column-privileges)

## Table editor support for copying cells via keyboard shortcut

You can now copy cell values in the Table Editor via Cmd+c and Cmd+v (or Ctrl+c or Ctrl+v)! Hopefully this makes managing your data a little more easier.

PR: [https://github.com/supabase/supabase/pull/20261](https://github.com/supabase/supabase/pull/20261)

Link: [https://supabase.com/dashboard/project/_/editor](https://supabase.com/dashboard/project/_/editor)

## Table editor prevent deleting all rows in a table through the GUI while impersonating a role

![image](https://github.com/supabase/supabase/assets/19742402/9fa5cbbc-9907-43b9-a827-fdfc77003164)


We're disabling the "Delete rows" action in the Table Editor when you've selected _all_ rows in a table, and are impersonating a role due to an issue which @jacob-8 found (appreciate your report! 🙏) The issue mentioned can be found [here](https://github.com/supabase/supabase/issues/20327).

PR: [https://github.com/supabase/supabase/pull/20349](https://github.com/supabase/supabase/pull/20349)

Link: [https://supabase.com/dashboard/project/_/editor](https://supabase.com/dashboard/project/_/editor)

## Storage Explorer support for emptying a bucket

![image](https://github.com/supabase/supabase/assets/19742402/7623fd6b-1db5-46af-a92c-6b22276c98a8)

PR: [https://github.com/supabase/supabase/pull/20335](https://github.com/supabase/supabase/pull/20335)

Link: [https://supabase.com/dashboard/project/_/storage/buckets](https://supabase.com/dashboard/project/_/storage/buckets)
