React-virtualized: Support Grid/MultiGrid with WindowScroller

Created on 27 Jul 2017  路  3Comments  路  Source: bvaughn/react-virtualized

I'm wondering what currently prevent the Grid from working with the WindowScroller. It looks like the horizontal scroll is currently an issue, but it's not obvious why that is.

I'd be happy to help out adding this feature if possible. I see there's #515 to refactor the Grid component, so I want to be sure I wouldn't do the wrong thing.

Most helpful comment

@bvaughn Any plans to implement this in near future?

All 3 comments

Basically it's just as the docs say:

Note that this HOC does not currently work with a horizontally-scrolling Grid as horizontal scrolls reset the internal scrollTop. This may change with a future release but for the time being this HOC is should be used with Table or List only.

If you would like to look into that and make the 2 work together, I'd be happy to accept a PR.

Closing due to inactivity.

@bvaughn Any plans to implement this in near future?

Was this page helpful?
0 / 5 - 0 ratings