From 6d120233a208b56f745578eb745a525167f2949e Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Mon, 30 Mar 2026 11:19:43 +0100 Subject: [PATCH] Update Table.tsx Signed-off-by: Charles de Dreuille --- packages/ui/src/components/Table/components/Table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/components/Table/components/Table.tsx b/packages/ui/src/components/Table/components/Table.tsx index dcd6d50813..b387d0012d 100644 --- a/packages/ui/src/components/Table/components/Table.tsx +++ b/packages/ui/src/components/Table/components/Table.tsx @@ -100,7 +100,7 @@ function useLiveRegionLabel( /** * A full-featured data table with built-in pagination, sorting, row selection, loading and error states, and optional virtualization. - * Pair with `useTable` to manage data fetching and state, or pass `data` and `pagination` directly for manual control. + * Pair with `useTable` to manage data fetching and state, or pass `data`, `columnConfig`, and `pagination` directly for manual control. * * @public */