Skip to content

Commit

Permalink
Merge pull request bvaughn#678 from maxnowack/patch-1
Browse files Browse the repository at this point in the history
fix link to defaultOverscanIndicesGetter in Grid docs
  • Loading branch information
bvaughn authored May 9, 2017
2 parents 22ded24 + 4bf40d3 commit 77ddcbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function cellRangeRenderer ({

### overscanIndicesGetter
This is an advanced property.
This function is responsible for calculating the number of cells to overscan before and after a specified range. By default, React Virtualized optimizes the number of cells to overscan based on scroll direction. If you'd like to customize this behavior, you may want to fork the [`defaultOverscanIndicesGetter`](https://github.com/bvaughn/react-virtualized/blob/master/source/Grid/utils/defaultOverscanIndicesGetter.js) function.
This function is responsible for calculating the number of cells to overscan before and after a specified range. By default, React Virtualized optimizes the number of cells to overscan based on scroll direction. If you'd like to customize this behavior, you may want to fork the [`defaultOverscanIndicesGetter`](https://github.com/bvaughn/react-virtualized/blob/master/source/Grid/defaultOverscanIndicesGetter.js) function.

```
function overscanIndicesGetter ({
Expand Down

0 comments on commit 77ddcbe

Please sign in to comment.