We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e02da0 commit 1cc5a0eCopy full SHA for 1cc5a0e
README.md
@@ -645,7 +645,7 @@ ID of the element that labels the checkbox.
645
646
### Hooks
647
648
-#### `useHeaderRowSelection<R>()`
+#### `useHeaderRowSelection()`
649
650
Hook for managing header row selection state. Used within custom header cell renderers to implement "select all" functionality.
651
@@ -672,7 +672,7 @@ function CustomHeaderCell() {
672
}
673
```
674
675
-#### `useRowSelection<R>()`
+#### `useRowSelection()`
676
677
Hook for managing row selection state. Used within custom cell renderers to implement row selection.
678
0 commit comments