From 2365b355fbcd1eb874dfcb3b0c76db41d5ab6c0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Kotkiewicz?= <37927890+r-kot@users.noreply.github.com> Date: Fri, 27 Apr 2018 08:52:04 +0200 Subject: [PATCH] Update Grid.md --- docs/Grid.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Grid.md b/docs/Grid.md index 06f7d909c..8c45fe7b3 100644 --- a/docs/Grid.md +++ b/docs/Grid.md @@ -132,8 +132,8 @@ function cellRangeRenderer ({ horizontalOffsetAdjustment, // Horizontal pixel offset (required for scaling) isScrolling, // The Grid is currently being scrolled rowSizeAndPositionManager, // @see CellSizeAndPositionManager, - rowStartIndex, // Index of first column (inclusive) to render - rowStopIndex, // Index of last column (inclusive) to render + rowStartIndex, // Index of first row (inclusive) to render + rowStopIndex, // Index of last row (inclusive) to render scrollLeft, // Current horizontal scroll offset of Grid scrollTop, // Current vertical scroll offset of Grid styleCache, // Temporary style (size & position) cache used while scrolling