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
+2-2
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,8 @@ It should be configured based on the type of measurements you need. It accepts t
34
34
| keyMapper | KeyMapper || Enables more intelligent mapping of a given column and row index to an item ID. This prevents a cell cache from being invalidated when its parent collection is modified. `(rowIndex: number, columnIndex: number) => any`|
35
35
36
36
Note that while all of the individual parameters above are optional, you must supply at least some of them.
37
-
`CellMeasurerCache` is not meant to measure cells that are both dyanmic width _and_ height.
38
-
It would be unefficient to do so since the size of a row (or column) is equal to the largest cell within that row.
37
+
`CellMeasurerCache` is not meant to measure cells that are both dynamic width _and_ height.
38
+
It would be inefficient to do so since the size of a row (or column) is equal to the largest cell within that row.
39
39
See [below](#limitations-and-performance-considerations) for more information.
0 commit comments