I’ve run into a problem that seems to be unique to IE (tested on v11):
When using dynamic loading with our Dataview implementation, IE has a problem with a total_count value > 9762 (any count over 9762) causes the viewer to only populate the very 1st cell.
This could be very critical for us as our customers typically use IE11 and could easily have multiple data points over 10,000 items long.
I’m afraid I cannot offer a snippet as I don’t have a public service to attach at the moment.
If you adjust width and height according to your own resolution with IE11, I think you’ll be able to reproduce the problem (I was able to reproduce with the current width and height).
Probably a scenario you never considered: Dataview cells that may not be 100% visible? It works great on Chrome and Firefox - just breaks on IE.
Actually, you’ve ran into browser issue with the limits on element dimensions. For instance, IE11 allows only elements not heigher than 10737418 and ignores bigger values (http://webix.com/snippet/6b23c237), so we will also limit the container for dataview items to the maximum parameters of the current browser.
For your case it’s better to use Webix Datatable. It uses own scrolls and paints only items that are in DOM at the moment, so browser limits will not be an issue.
I must take this moment to single out one of the key reasons I love Webix …
You provide fanatic and superb support, well beyond ‘status quo’. I commend you for the great job you and your team do (not to mention the product itself).