Skip to content

Commit

Permalink
docs: remove unnecessary 'API' (#4336)
Browse files Browse the repository at this point in the history
  • Loading branch information
naorpeled authored Aug 31, 2022
1 parent 9844eb2 commit f49154d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/features/row-selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ onRowSelectionChange?: OnChangeFn<RowSelectionState>
If provided, this function will be called with an `updaterFn` when `state.rowSelection` changes. This overrides the default internal state management, so you will need to persist the state change either fully or partially outside of the table.
## Table API API
## Table API
### `getToggleAllRowsSelectedHandler`
Expand Down

0 comments on commit f49154d

Please sign in to comment.