Scroll lag + performance issues + alternative + general feedback
#5,585 opened on Jul 27, 2016
Repository metrics
- Stars
- (5,395 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
I've been having an issue with scroll lag while updating the table. The normal 'lag' for virtualization is reasonable (still disappointing) but things get worse when updating data that is being sent from the server (realtime application). Data is being pushed every 0.5s and that could be an add,update or delete. The data is also sorted so new items can jump in on various locations.
I find it hard to plunker this because it doesn't illustrate an real scanario, I did my best. Best is to close the script and hide the side panel to have the full width. Don't mind the initial load, it is generating data in javascript, takes some time. https://embed.plnkr.co/eef0CMMGo7Ih2U7pS5xW/
What I have noticed mostly is the angular timers being fired, for the digest cycle.

- This is a bug report, not a question on how to use the grid.
Use Stack Overflow or Gitter for questions. - You have searched the open issues to see if this bug has been filed before. We don't want duplicate issues.
- You have reviewed the tutorials and documentation to ensure you are using the grid correctly. ui-grid.info
- You are using the latest version of the grid. Older versions are not patched or supported.
- You have provided steps to recreate your bug. A plunkr is even better.