Update Table.tsx

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2026-03-30 11:19:43 +01:00
parent dd880df9f0
commit 6d120233a2
@@ -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
*/