Skip to content

Commit

Permalink
chore: Update jsdoc comments (#5174)
Browse files Browse the repository at this point in the history
  • Loading branch information
morinokami committed Nov 28, 2023
1 parent a1e9732 commit 726d1d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/table-core/src/features/RowSelection.ts
Expand Up @@ -126,13 +126,13 @@ export interface RowSelectionInstance<TData extends RowData> {
*/
getIsAllRowsSelected: () => boolean
/**
* Returns whether or not all rows on the current page are selected.
* Returns whether or not any rows on the current page are selected.
* @link [API Docs](https://tanstack.com/table/v8/docs/api/features/row-selection#getissomepagerowsselected)
* @link [Guide](https://tanstack.com/table/v8/docs/guide/row-selection)
*/
getIsSomePageRowsSelected: () => boolean
/**
* Returns whether or not all rows in the table are selected.
* Returns whether or not any rows in the table are selected.
* @link [API Docs](https://tanstack.com/table/v8/docs/api/features/row-selection#getissomerowsselected)
* @link [Guide](https://tanstack.com/table/v8/docs/guide/row-selection)
*/
Expand Down

0 comments on commit 726d1d6

Please sign in to comment.