Skip to content

Commit

Permalink
docs: Clarify that getIsSomeRowsSelected return false if all rows are…
Browse files Browse the repository at this point in the history
… selected (#5337)

Discussion about this problem here #4780
  • Loading branch information
smucode authored Jul 27, 2024
1 parent fe690df commit 5f7ddd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/api/features/row-selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ getIsSomeRowsSelected: () => boolean
Returns whether or not any rows in the table are selected.
NOTE: Returns `false` if all rows are selected.
### `getIsSomePageRowsSelected`
```tsx
Expand Down

0 comments on commit 5f7ddd6

Please sign in to comment.