InfiniteGrid is a Grid like component that allows arbitrary amount of scrolling in both horizontal and vertical directions
Data for cells are fetched lazily on demand from server. InfiniteGrid is not extending or using Vaadin Grid and does not share features like resizable columns or row selection. It is aimed to provide a way to have an arbitrary number of columns without a performance penalty having elements outside visible scope. In practice the max scrollable area depends on browser limitations.
Install
Framework Support
Polymer 2.0+
Polymer 3.0+
Vaadin platform 10+
Browser Compatibility
11
Install with
Release notes - Version 0.7
Added support for changing dimensions in runtime. Added support for programmatically refresh.