andyperlitch / ngx-super-table

A feature-rich table component built with angular.
MIT License
115 stars 27 forks source link

Improve lazy loading #34

Open cmckni3 opened 7 years ago

cmckni3 commented 7 years ago

Sometimes the lazy loading lags for some reason. Might be an issue with updating the visible rows. Might be able to improve performance using take and skip from RxJS.