@glideapps/glide-data-grid
Advanced tools
Comparing version 3.1.1-alpha4 to 3.1.1-alpha5
@@ -191,2 +191,3 @@ import { isInnerOnlyCell, GridCellKind } from "./data-grid-types"; | ||
const c = effectiveCols[index]; | ||
if (c.width === 0) continue; | ||
x += c.width; | ||
@@ -193,0 +194,0 @@ const tx = c.sticky ? x : x + translateX; |
{ | ||
"name": "@glideapps/glide-data-grid", | ||
"version": "3.1.1-alpha4", | ||
"version": "3.1.1-alpha5", | ||
"description": "Super fast, pure canvas Data Grid Editor", | ||
@@ -5,0 +5,0 @@ "main": "dist/js/index.js", |
285778
6946