Update empty-years-grow.md

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-08-01 08:29:35 +01:00
parent a01ef53197
commit f65fb597b7
+1 -1
View File
@@ -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.