Skip to content

Commit c7c2c42

Browse files
committed
Update hooks
1 parent d23a2b0 commit c7c2c42

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,9 @@ See [`RenderGroupCellProps`](#rendergroupcellprops)
576576

577577
### Hooks
578578

579-
#### `useRowSelection<R>(): [boolean, (selectRowEvent: SelectRowEvent<R>) => void]`
579+
#### `useHeaderRowSelection<R>(): { isIndeterminate, isRowSelected, onRowSelectionChange }`
580+
581+
#### `useRowSelection<R>(): { isRowSelectionDisabled, isRowSelected, onRowSelectionChange }`
580582

581583
### Other
582584

0 commit comments

Comments
 (0)