From f65fb597b7c2080498f6b82a89edf4d97c88737f Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Fri, 1 Aug 2025 08:29:35 +0100 Subject: [PATCH] Update empty-years-grow.md Signed-off-by: Charles de Dreuille --- .changeset/empty-years-grow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/empty-years-grow.md b/.changeset/empty-years-grow.md index 864b97ae5c..17a5ef0e36 100644 --- a/.changeset/empty-years-grow.md +++ b/.changeset/empty-years-grow.md @@ -2,4 +2,4 @@ '@backstage/ui': minor --- -DataTable is now Table in Backstage UI. We are removing the raw Table component to only have a single option for users to choose. This new Table component is using TanStack Table under the hood. +We are moving our DataTable component to React Aria. We removed our DataTable to only use Table as a single and opinionated option for tables. This new structure is made possible by using React Aria under the hood.