ng2-table icon indicating copy to clipboard operation
ng2-table copied to clipboard

Performance issues with larger data sets

Open johnlee opened this issue 8 years ago • 1 comments

Has anyone tried using ng2-table with larger datasets, like over 5000 records or 4MB? I'm notice a lag in the filter, sort and search features when the dataset exceeds this amount. I tried a test with the demo site and copied/paste the demo table-data to 5k records and even there you get about 2 - 3 second lag when doing sort and filter.

Thanks!

johnlee avatar Jul 26 '17 21:07 johnlee

I had the same issue and the only workaround I found was using pagination

themese avatar Aug 01 '17 08:08 themese