Update Table.tsx
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user