adazzle / react-grid

THIS HAS MOVED and now lives at https://github.com/adazzle/react-data-grid
MIT License
11 stars 1 forks source link

scroll issues #9

Open bakesteve opened 10 years ago

bakesteve commented 10 years ago

Horizontal scroll

Need to check if affects main grid, or if focus sorts that. When keyboard navigating left in a regular canvas with horizontal scroll we don't fully move the header cell into view. We would ensure that by checking column.left + width vs node.scrollLeft

Vertical scroll

Happens automatically howdies to browser key events (up / down) but:

A better option may be to move the state for what rows are visible up to the grid. Keep the rendered start/end at the viewport (its an optimisation) Then we can update this state explicitly in navigateTo. Wed need to also move onScroll Upton the grid