Comparing version 3.2.1 to 3.2.2
{ | ||
"name": "ka-table", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"license": "MIT", | ||
"repository": "github:komarovalexander/ka-table", | ||
"homepage": "http://ka-table.com", | ||
"homepage": "https://komarovalexander.github.io/ka-table/#/overview", | ||
"scripts": { | ||
@@ -8,0 +8,0 @@ "start": "react-scripts start", |
@@ -23,3 +23,3 @@ export var getVirtualized = function (virtualScrolling, data) { | ||
else { | ||
beginHeight = acc - itemHeight; | ||
beginHeight = acc + itemHeight; | ||
} | ||
@@ -26,0 +26,0 @@ return acc + itemHeight; |
@@ -25,3 +25,3 @@ import { VirtualScrolling } from '../Models/VirtualScrolling'; | ||
} else { | ||
beginHeight = acc - itemHeight; | ||
beginHeight = acc + itemHeight; | ||
} | ||
@@ -28,0 +28,0 @@ return acc + itemHeight; |
203624