daniel-nagy / md-data-table

Material Design Data Table for Angular Material
MIT License
1.9k stars 520 forks source link

Freezing with large data sets #588

Open angularchobo opened 7 years ago

angularchobo commented 7 years ago

Using the sample code on the main page freezes the UI when using a large data set - a 33mb json file with 65k objects, 10 key/value pairs each.

Everything works fine if the file is cut down to a thousand objects or so.

I can't yet figure out the culprit yet. PS. I'm working on Electron 1.3.0

Ilya-Skiba commented 7 years ago

The main reason for our team was huge select with list of all pages. Try to disable is as a workaround

dschreck17 commented 7 years ago

@Ilya-Skiba disable what? Row selection?

Ilya-Skiba commented 7 years ago

@dschreck17 Page selection.