glideapps / glide-data-grid

🚀 Glide Data Grid is a no compromise, outrageously react fast data grid with rich rendering, first class accessibility, and full TypeScript support.
https://grid.glideapps.com
MIT License
4.07k stars 301 forks source link

Use Range type instead of Item type #948

Open willium opened 6 months ago

willium commented 6 months ago

Item type is not semantically correct here. An Item is a [row, col] pair, but this callback argument should be a [startIndex, endIndex] pair.