You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CellMeasurer.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ class CellSizeCache {
53
53
The [default caching strategy](https://github.com/bvaughn/react-virtualized/blob/master/source/CellMeasurer/defaultCellSizeCache.js) is exported as `defaultCellMeasurerCellSizeCache` should you wish to decorate it.
54
54
You can also pass `uniformRowHeight` and/or `uniformColumnWidth` named parameters to the constructor for lists with a uniform (yet unknown) cell sizes.
55
55
56
-
An [id-based caching strategy](id-based-cell-size-cache) is also available for data that may be sorted.
56
+
An [id-based caching strategy](#id-based-cell-size-cache) is also available for data that may be sorted.
57
57
This strategy maps data ids to cell sizes rathe than index so that the sorting order of the data does not invalidate sizes.
0 commit comments