zambezi / grid

D3 component for drawing grids
MIT License
4 stars 2 forks source link

Implement mouse wheel on the grid body #17

Closed gabrielmontagne closed 8 years ago

gabrielmontagne commented 8 years ago

Description

Set an handler on the grid body to scroll the grid with the mouse wheel.

Motivation and Context

We need to handle scrolling programmatically because the scrollers in the grid are not browser native (because of virtualised rows).

How Was This Tested?

Manually on this block

Types of changes

gabrielmontagne commented 8 years ago

Re: example, this feature is active on all the grids, so even the "default configuration" example will be an example of this.