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 */