Buffer Items on Virtual Scroll
See original GitHub issueI’m submitting a … (check one with “x”)
[ ] bug report => search github for a similar issue or PR before submitting
[X ] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter
Current behavior When speed scrolling, items are white and blank before snapping into place
Expected behavior Config number that defaults to 10 that puts 10 items above and below the visible view of the DOM so that there’s no white space when speed scrolling
Reproduction of the problem Speed scroll using virtual scrolling with a large data set, you will see lots of white space where items should be
What is the motivation / use case for changing the behavior? It would be nice to not have blank items. Can we get a config number for the buffer amount of items above and below the screen?
-
Table version: 11.x
-
Angular version: 5.0.x
-
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
-
Language: [all | TypeScript X.X | ES6/7 | ES5]
Issue Analytics
- State:
- Created 5 years ago
- Reactions:8
- Comments:5 (1 by maintainers)
Top GitHub Comments
+1
For now that needs to be handled the users end.