@glideapps/glide-data-grid-source
Advanced tools
Comparing version 3.4.0-beta4 to 3.4.0-beta5
@@ -62,5 +62,6 @@ import * as React from "react"; | ||
const [col, row] = cell; | ||
const index = getSortIndexByKey(columnsIn[col], columnsIn, keys); | ||
const needle = columns[col]; | ||
const index = columnsIn.indexOf(needle); | ||
return getCellContentIn([index, row]); | ||
}, [keys, columnsIn, getCellContentIn]); | ||
}, [columns, columnsIn, getCellContentIn]); | ||
return { | ||
@@ -67,0 +68,0 @@ columns, |
{ | ||
"name": "@glideapps/glide-data-grid-source", | ||
"version": "3.4.0-beta4", | ||
"version": "3.4.0-beta5", | ||
"description": "Useful data source hooks for Glide Data Grid", | ||
@@ -45,3 +45,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@glideapps/glide-data-grid": "3.4.0-beta4" | ||
"@glideapps/glide-data-grid": "3.4.0-beta5" | ||
}, | ||
@@ -48,0 +48,0 @@ "peerDependencies": { |
17456
371
+ Added@glideapps/glide-data-grid@3.4.0-beta5(transitive)
- Removed@glideapps/glide-data-grid@3.4.0-beta4(transitive)