diprokon / ng-table-virtual-scroll

Virtual Scroll for Angular Material Table
https://diprokon.github.io/ng-table-virtual-scroll
MIT License
135 stars 42 forks source link

Laggy loading #20

Closed victoriaunizhona closed 3 years ago

victoriaunizhona commented 4 years ago

If there are a lot of elements and the table is complex one - everything is loading even slower than without virtual scroll.

"@angular/cdk": "^7.2.0", "@angular/material": "^7.2.0", "ng-table-virtual-scroll": "^1.3.1",

Browsers: the most up-to-date Chrome and Mozila

AmbroiseVuaridel commented 4 years ago

Maybe another missing module ? Have you checked you have all the modules from app module and example module imported ?

I have a 15s improvement on a 16s loading without virtual scroll on a large table with complex rows.

AmbroiseVuaridel commented 4 years ago

Can you provide a stackblitz example ?

victoriaunizhona commented 4 years ago

@AmbroiseVuaridel Unfortunately, cannot provide example as it is under NDA.

All the modules needed for work are added - no issues during testing.

I have import { TableVirtualScrollModule } from 'ng-table-virtual-scroll'; and import {ScrollingModule} from "@angular/cdk/scrolling";

What modules are you referring to?