diprokon / ng-table-virtual-scroll

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

optimize - disable paginator if not used #121

Open rbalet opened 1 year ago

rbalet commented 1 year ago

Description

I realize using this library had a lot of negative effect on the optimization of my app.

After digging a little bit, I did found that the paginator where always called.

ToDo